queryChannelsLoading property

Stream<bool> queryChannelsLoading

The stream notifying the state of queryChannel call

Implementation

Stream<bool> get queryChannelsLoading =>
    _queryChannelsLoadingController.stream;