sendChatToAll method

Future<String> sendChatToAll(
  1. String message
)

Implementation

Future<String> sendChatToAll(String message) async {
  throw UnimplementedError('sendChatToAll() has not been implemented.');
}