setUserProperties method
- Map propertyMap
Implementation
static void setUserProperties(Map propertyMap) async {
await _channel.invokeMethod('setUserProperties', <String, Map>{
'propertyMap': propertyMap,
});
}
static void setUserProperties(Map propertyMap) async {
await _channel.invokeMethod('setUserProperties', <String, Map>{
'propertyMap': propertyMap,
});
}