setUserProperties method
Used to provide user properties that would be sent as soon as possible
Implementation
CountlyConfig setUserProperties(Map<String, dynamic> userProperties) {
_providedUserProperties = userProperties;
return this;
}
Used to provide user properties that would be sent as soon as possible
CountlyConfig setUserProperties(Map<String, dynamic> userProperties) {
_providedUserProperties = userProperties;
return this;
}