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