menu
turbo_firestore_api package
documentation
services/turbo_auth_sync_service.dart
TurboAuthSyncService<StreamValue>
onAuth property
onAuth property
dark_mode
light_mode
onAuth
property
FutureOr
<
void
>
Function
(
User
user
)
?
onAuth
getter/setter pair
Called when a user is authenticated.
Implementation
FutureOr<void> Function(User user)? onAuth;
turbo_firestore_api package
documentation
services/turbo_auth_sync_service
TurboAuthSyncService<StreamValue>
onAuth property
TurboAuthSyncService class