setEndUserProperties method
endUserProperties
can be provided as an Map<String, String> object.
Implementation
@override
setEndUserProperties(Map<String, String> endUserProperties) {
methodChannel.invokeMethod('setEndUserProperties', {
'endUserProperties': endUserProperties,
});
}