authStateChanges method

Stream<User?> authStateChanges()

Returns a stream of the current user's authentication state.

Implementation

Stream<User?> authStateChanges() {
  return _auth.authStateChanges();
}