setIsLoadingByTag abstract method

  1. @protected
void setIsLoadingByTag(
  1. String tag,
  2. bool value
)

Behaves like isLoading setter. Mutates the value of isLoading for a specific tag

Implementation

@protected
void setIsLoadingByTag(String tag, bool value,);