sendChatToUser method

Future<String> sendChatToUser(
  1. String userId,
  2. String message
)

Implementation

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