setShopifyCustomerId method

void setShopifyCustomerId(
  1. String userId
)

set the Shopify Customer ID

Implementation

void setShopifyCustomerId(String userId) {
  _deviceMeta['shopify_customer_id'] = userId;
  _setDioHeaders();
}