isAuthenticated property
bool
get
isAuthenticated
Check if customer is authenticated.
Returns true
if a customer is currently logged in, false
otherwise.
Implementation
bool get isAuthenticated =>
throw UnimplementedError('isAuthenticated has not been implemented.');