menu
upgrade_flutter_starter_kit package
documentation
services/auth_service.dart
AuthService
isAuthenticated property
isAuthenticated property
dark_mode
light_mode
isAuthenticated
property
bool
get
isAuthenticated
Implementation
bool get isAuthenticated => _currentUser != null;
upgrade_flutter_starter_kit package
documentation
services/auth_service
AuthService
isAuthenticated property
AuthService class