queryMessagesLoading property

Stream<bool> queryMessagesLoading

The stream notifying the state of queryUsers call

Implementation

Stream<bool> get queryMessagesLoading =>
    _queryMessagesLoadingController.stream;