menu
ssk package
documentation
auth/authentication_repository.dart
AuthenticationRepository
authStateChanges method
authStateChanges method
dark_mode
light_mode
authStateChanges
method
Stream
<
User?
>
authStateChanges
(
)
Implementation
Stream<User?> authStateChanges() => _auth.authStateChanges();
ssk package
documentation
auth/authentication_repository
AuthenticationRepository
authStateChanges method
AuthenticationRepository class