TWhenFinished typedef Null safety

void TWhenFinished()

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();