authenticationStatus property

Stream<AuthenticationStatus> get authenticationStatus

Stream for updates to authentication status

Implementation

Stream<AuthenticationStatus> get authenticationStatus =>
    _authenticationStatusSubject.stream;