getAllUsers abstract method

Future<List<ChatUserModel>> getAllUsers()

Retrieves all users. Used for chat creation.

Implementation

Future<List<ChatUserModel>> getAllUsers();