fetchAllUsers abstract method

Future<List<User>> fetchAllUsers()

Fetches all users.

Implementation

Future<List<User>> fetchAllUsers();