sendRoomMessage abstract method

Future<int?> sendRoomMessage(
  1. String message
)

Sends text messages to all other users in the room.

The message length must not exceed 64 KB.

Notes:

Implementation

Future<int?> sendRoomMessage(String message);