isLoading property
bool
get
isLoading
Whether authentication is in progress
Implementation
bool get isLoading => status == AuthStatus.loading;
Whether authentication is in progress
bool get isLoading => status == AuthStatus.loading;