methods/breakout_rooms_methods/launch_breakout_rooms library
Classes
- LaunchBreakoutRoomsOptions
 - Defines options for launching breakout rooms, including the function to update visibility and the current modal visibility state.
 
Functions
- 
  launchBreakoutRooms(
LaunchBreakoutRoomsOptions options) → void  - Launches the breakout rooms by toggling the visibility of the breakout rooms modal.
 
Typedefs
- LaunchBreakoutRoomsType = void Function(LaunchBreakoutRoomsOptions options)
 - Type definition for the function that launches breakout rooms.