menu
cloud_syncable package
documentation
auth/auth_repository.dart
AuthenticationRepository
userId property
userId property
dark_mode
light_mode
userId
property
Future
<
String
?
>
get
userId
Implementation
Future<String?> get userId async { final user = _firebaseAuth.currentUser; return user?.uid; }
cloud_syncable package
documentation
auth/auth_repository
AuthenticationRepository
userId property
AuthenticationRepository class