menu
neo_concierge
app/modules/authentication/controllers/authentication_controller.dart
AuthenticationController
hasSubscription property
hasSubscription
dark_mode
light_mode
hasSubscription
property
bool
hasSubscription
Implementation
bool get hasSubscription => isLoggedIn ? mySubscription != null : false;
neo_concierge
authentication_controller
AuthenticationController
hasSubscription property
AuthenticationController class