findAllUsers abstract method

Future<FindUsersResponse> findAllUsers()

Returns a FindUsersResponse with all the users

Upon success a list of users is provided and error is set to null

In case of error a ResponseError is set and no user list is provided

Implementation

Future<FindUsersResponse> findAllUsers();