methods/recording_methods/launch_recording library
Classes
- LaunchRecordingOptions
- Options for launching a recording.
Functions
-
launchRecording(
LaunchRecordingOptions options) → void - Launches the recording process based on various conditions and updates the UI accordingly.
Typedefs
- LaunchRecordingType = void Function(LaunchRecordingOptions options)
- Type alias for the launch recording function.
- UpdateCanRecord = void Function(bool canRecord)
- UpdateClearedToRecord = void Function(bool cleared)
- UpdateIsRecordingModalVisible = void Function(bool visible)