StoppedRecordingType typedef
Function type for stoppedRecording to define consistency in function signature.
Implementation
typedef StoppedRecordingType = Future<void> Function(
StoppedRecordingOptions options);
Function type for stoppedRecording to define consistency in function signature.
typedef StoppedRecordingType = Future<void> Function(
StoppedRecordingOptions options);