menu
littlefish_core package
documentation
auth/services/auth_service.dart
AuthService<T, Y, Z>
isAuthenticated property
isAuthenticated property
dark_mode
light_mode
isAuthenticated
property
bool
get
isAuthenticated
Implementation
bool get isAuthenticated => user != null;
littlefish_core package
documentation
auth/services/auth_service
AuthService<T, Y, Z>
isAuthenticated property
AuthService class