OnPaused typedef Null safety
- RecordedAudio media,
- bool isPaused
Callback fn type
Implementation
typedef OnPaused = void Function(RecordedAudio media, bool isPaused);
Callback fn type
typedef OnPaused = void Function(RecordedAudio media, bool isPaused);