methods/settings_methods/launch_settings library

Classes

LaunchSettingsOptions
Options for launching the settings modal.

Functions

launchSettings(LaunchSettingsOptions options) → void
Toggles the visibility state of the settings modal.

Typedefs

LaunchSettingsType = void Function(LaunchSettingsOptions options)
Type definition for the launchSettings function.
UpdateIsSettingsModalVisible = void Function(bool isVisible)