isAuthenticated property

  1. @override
bool get isAuthenticated
override

Check if customer is authenticated.

Implementation

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