methods/co_host_methods/launch_co_host library
Classes
- LaunchCoHostOptions
- Defines options for launching the co-host modal, including the function to update visibility and the current modal visibility state.
Functions
-
launchCoHost(
LaunchCoHostOptions options) → void - Toggles the visibility of the co-host modal.
Typedefs
- LaunchCoHostType = void Function(LaunchCoHostOptions options)
- Type definition for the function that launches the co-host modal.