menu
rali
services/auth/auth_service.dart
AuthService
authStateChanges property
authStateChanges
dark_mode
light_mode
authStateChanges
property
Stream
<
User
?
>
get
authStateChanges
Implementation
Stream<User?> get authStateChanges => _auth.authStateChanges();
rali
auth_service
AuthService
authStateChanges property
AuthService class