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