LaunchRecordingOptions constructor
- {required UpdateIsRecordingModalVisible updateIsRecordingModalVisible,
- required bool isRecordingModalVisible,
- ShowAlert? showAlert,
- required bool stopLaunchRecord,
- required bool canLaunchRecord,
- required bool recordingAudioSupport,
- required bool recordingVideoSupport,
- required UpdateCanRecord updateCanRecord,
- required UpdateClearedToRecord updateClearedToRecord,
- required bool recordStarted,
- required bool recordPaused,
- 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,
});