getNonChatUsers method

Future getNonChatUsers()

Implementation

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