queryUsersLoading property

Stream<bool> queryUsersLoading

The stream notifying the state of queryUsers call

Implementation

Stream<bool> get queryUsersLoading => _queryUsersLoadingController.stream;