LaunchRecordingOptions constructor

LaunchRecordingOptions(
  1. {required UpdateIsRecordingModalVisible updateIsRecordingModalVisible,
  2. required bool isRecordingModalVisible,
  3. ShowAlert? showAlert,
  4. required bool stopLaunchRecord,
  5. required bool canLaunchRecord,
  6. required bool recordingAudioSupport,
  7. required bool recordingVideoSupport,
  8. required UpdateCanRecord updateCanRecord,
  9. required UpdateClearedToRecord updateClearedToRecord,
  10. required bool recordStarted,
  11. required bool recordPaused,
  12. required bool localUIMode}
)

Implementation

LaunchRecordingOptions({
  required this.updateIsRecordingModalVisible,
  required this.isRecordingModalVisible,
  this.showAlert,
  required this.stopLaunchRecord,
  required this.canLaunchRecord,
  required this.recordingAudioSupport,
  required this.recordingVideoSupport,
  required this.updateCanRecord,
  required this.updateClearedToRecord,
  required this.recordStarted,
  required this.recordPaused,
  required this.localUIMode,
});