customerToken property

String? get customerToken

Get current customer token.

Returns the authentication token for the currently logged-in customer, or null if no customer is authenticated.

Implementation

String? get customerToken =>
    throw UnimplementedError('customerToken has not been implemented.');