You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
The Exception is thrown by durationWatcher = player.onDurationChange.listen((event) { channel.invokeMethod("audio.onStart", (player.duration * 1000).toInt()); });
The Exception is thrown by
durationWatcher = player.onDurationChange.listen((event) { channel.invokeMethod("audio.onStart", (player.duration * 1000).toInt()); });
in the method below
I tried to call the method in an icon button
The text was updated successfully, but these errors were encountered: