menu
firebase_auth_riverpod_package package
documentation
repository/auth_repository.dart
AuthRepository
authState property
authState property
dark_mode
light_mode
authState
property
Stream
<
User?
>
get
authState
Implementation
Stream<User?> get authState => _auth.authStateChanges();
firebase_auth_riverpod_package package
documentation
repository/auth_repository
AuthRepository
authState property
AuthRepository class