onRecordingStopped function
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);
}