TonSkip typedef

TonSkip = void Function()

Playback function type for FlutterSoundPlayer.startPlayerFromTrack().

Note : this type must include a parameter with a reference to the FlutterSoundPlayer object involved.

Implementation

typedef TonSkip = void Function();