StoppedRecordingOptions constructor

StoppedRecordingOptions(
  1. {required String state,
  2. required String reason,
  3. ShowAlert? showAlert}
)

Implementation

StoppedRecordingOptions({
  required this.state,
  required this.reason,
  this.showAlert,
});