menu
cloud_syncable package
documentation
auth/auth_repository.dart
AuthenticationRepository
hasToken method
hasToken method
dark_mode
light_mode
hasToken
method
Future
<
bool
>
hasToken
(
)
Implementation
Future<bool> hasToken() async { final user = _firebaseAuth.currentUser; return user != null; }
cloud_syncable package
documentation
auth/auth_repository
AuthenticationRepository
hasToken method
AuthenticationRepository class