isAuthenticated property
bool
get
isAuthenticated
Check if customer is authenticated.
Implementation
bool get isAuthenticated => throw UnimplementedError('isAuthenticated has not been implemented.');
Check if customer is authenticated.
bool get isAuthenticated => throw UnimplementedError('isAuthenticated has not been implemented.');