authStateChanges method
Returns a stream of the current user's authentication state.
Implementation
Stream<User?> authStateChanges() {
return _auth.authStateChanges();
}
Returns a stream of the current user's authentication state.
Stream<User?> authStateChanges() {
return _auth.authStateChanges();
}