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