onRecordingStopped function Null safety
- BuildContext context,
- Duration duration
Implementation
void onRecordingStopped(BuildContext context, Duration duration) {
RecorderPlaybackController.of(context)!._state._onRecorderStopped(duration);
}
void onRecordingStopped(BuildContext context, Duration duration) {
RecorderPlaybackController.of(context)!._state._onRecorderStopped(duration);
}