isLoading method

bool isLoading(
  1. CkAuthLoadingType type
)

Whether a specific operation is currently loading.

Implementation

bool isLoading(CkAuthLoadingType type) => _streams[type]!.value;