isLoading property
bool
get
isLoading
Whether the controller is currently processing a request.
Implementation
bool get isLoading => _state == EmailAuthState.loading;
Whether the controller is currently processing a request.
bool get isLoading => _state == EmailAuthState.loading;