isAuthenticated property

  1. @override
bool get isAuthenticated
override

Check if customer is authenticated.

Returns true if a customer is currently logged in, false otherwise.

Implementation

@override
bool get isAuthenticated => _customerToken != null;