menu
turbo_firestore_api package
documentation
services/t_auth_sync_service.dart
TAuthSyncService<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/t_auth_sync_service
TAuthSyncService<StreamValue>
onAuth property
TAuthSyncService class