setShopifyCustomerId method
set the Shopify Customer ID
Implementation
void setShopifyCustomerId(String userId) {
_deviceMeta['shopify_customer_id'] = userId;
_setDioHeaders();
}
set the Shopify Customer ID
void setShopifyCustomerId(String userId) {
_deviceMeta['shopify_customer_id'] = userId;
_setDioHeaders();
}