onRecordingPaused function Null safety
- BuildContext context
Implementation
void onRecordingPaused(BuildContext context) {
RecorderPlaybackController.of(context)!._state._onRecorderPaused();
}
void onRecordingPaused(BuildContext context) {
RecorderPlaybackController.of(context)!._state._onRecorderPaused();
}