setUserProperties static method

void setUserProperties({
  1. required Map<String, dynamic> properties,
})

Implementation

static void setUserProperties({required Map<String, dynamic> properties}) {
  _attrBoolChanger(properties);
  _invokeWithAttr(
      _AbxAPI.setUserProperties.toString().split('.').last, properties, null);
}