currentCustomerId property

int? get currentCustomerId

Get current customer ID

Implementation

int? get currentCustomerId => _client.currentCustomerId;