getUsers

suspend fun getUsers(): List<User>

Gets the registered users.

Return

A list of users.


Gets the registered users.

Parameters

resultHandler

A callback to handle the result of the user retrieval.