isLoading property

bool get isLoading

Whether authentication is in progress

Implementation

bool get isLoading => status == AuthStatus.loading;