onRecordingPaused function
Implementation
void onRecordingPaused(BuildContext context) {
RecorderPlaybackController.of(context)?._state._onRecorderPaused();
}
void onRecordingPaused(BuildContext context) {
RecorderPlaybackController.of(context)?._state._onRecorderPaused();
}