methods/media_settings_methods/launch_media_settings library
Classes
- LaunchMediaSettingsOptions
- Defines options for launching the media settings modal, including visibility toggling, available audio/video devices, and update functions.
Functions
-
launchMediaSettings(
LaunchMediaSettingsOptions options) → Future< void> - Launches the media settings modal and updates the available audio and video input devices.
Typedefs
-
LaunchMediaSettingsType
= Future<
void> Function(LaunchMediaSettingsOptions options) - Type definition for the function that launches the media settings modal.