getUsersLive

abstract fun getUsersLive(): LiveData<List<User>>

Observe a live list of users sorted alphabetically.

Return

a Livedata of users