setLoading method

void setLoading(
  1. CkAuthLoadingType type,
  2. bool value
)

Set loading state for a specific operation.

Implementation

void setLoading(CkAuthLoadingType type, bool value) {
  _streams[type]!.add(value);
}