TonPaused typedef
TonPaused =
void Function(bool paused)
Playback function type for FlutterSoundPlayer.startPlayerFromTrack()
.
Note : this type must include a parameter with a reference to the FlutterSoundPlayer object involved.
Implementation
typedef TonPaused = void Function(bool paused);