getAuthenticationStream property

Stream<AuthStatus> get getAuthenticationStream

Listen to Auth Status Stream.

Implementation

static Stream<AuthStatus> get getAuthenticationStream =>
    _authCheckResponse.stream;