addKeyValue method

TurboLinkCustomProperties addKeyValue(
  1. String key,
  2. String value
)

Implementation

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