setCustomAttributes method

void setCustomAttributes(
  1. Map<String, dynamic> customAttributes
)

Implementation

void setCustomAttributes(Map<String, dynamic> customAttributes) {
  _params['custom_attributes'] = customAttributes;
}