addKeyValue method
Implementation
TurboLinkCustomProperties addKeyValue(String key, String value) {
_customEventMap[key] = value;
return this;
}
TurboLinkCustomProperties addKeyValue(String key, String value) {
_customEventMap[key] = value;
return this;
}