isLoading property
bool
get
isLoading
Returns true if an authentication operation is in progress
Implementation
bool get isLoading => this is AuthenticationProcessingState;
Returns true if an authentication operation is in progress
bool get isLoading => this is AuthenticationProcessingState;