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