Get current customer token.
Returns the authentication token for the currently logged-in customer, or null if no customer is authenticated.
null
@override String? get customerToken => _customerToken;