isAuthenticated property

bool get isAuthenticated

Check if customer is authenticated.

Implementation

bool get isAuthenticated => throw UnimplementedError('isAuthenticated has not been implemented.');