getNonChatUsers method

Future<String?> getNonChatUsers()

This method is used to get the non chat users.

Implementation

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