findAllUserIds abstract method

Future<FindUserIdsResponse> findAllUserIds()

Returns a FindUserIdsResponse with all the user id's

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

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

Implementation

Future<FindUserIdsResponse> findAllUserIds();