methods/message_methods/send_message library
Classes
- SendMessageOptions
- Defines options for sending a message to a room.
Functions
- 
  sendMessage(SendMessageOptions options) → Future< void> 
- Sends a message to the specified room.
Typedefs
- 
    SendMessageType
      = Future<void> Function(SendMessageOptions options)
- Type definition for the function that sends a message.