loadingForTagState method

  1. @protected
Stream<bool> loadingForTagState(
  1. String tag
)

The loading states with tags of all handled result streams.

Implementation

@protected
Stream<bool> loadingForTagState(String tag) =>
    _loadingBloc.states.isLoadingForTag(tag);