authState property

Stream<User?> get authState

Implementation

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