TonPaused typedef Null safety

void TonPaused(
  1. 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);