isLoading method
Whether a specific operation is currently loading.
Implementation
bool isLoading(CkAuthLoadingType type) => _streams[type]!.value;
Whether a specific operation is currently loading.
bool isLoading(CkAuthLoadingType type) => _streams[type]!.value;