menu
flutter_magento package
documentation
flutter_magento_method_channel.dart
MethodChannelFlutterMagento
isAuthenticated property
isAuthenticated property
dark_mode
light_mode
isAuthenticated
property
@
override
bool
get
isAuthenticated
override
Check if customer is authenticated.
Implementation
@override bool get isAuthenticated => _customerToken != null;
flutter_magento package
documentation
flutter_magento_method_channel
MethodChannelFlutterMagento
isAuthenticated property
MethodChannelFlutterMagento class