setLoading method
Set loading state for a specific operation.
Implementation
void setLoading(CkAuthLoadingType type, bool value) {
_streams[type]!.add(value);
}
Set loading state for a specific operation.
void setLoading(CkAuthLoadingType type, bool value) {
_streams[type]!.add(value);
}