authStateChanges property

Stream<User?> get authStateChanges

Implementation

Stream<User?> get authStateChanges => _auth.authStateChanges();