countingEvent method

void countingEvent(
  1. String eventId,
  2. Map eventValue
)

Implementation

void countingEvent(String eventId, Map eventValue) {
  AdgydeflutterpluginPlatform.instance.countingEvent(eventId, eventValue);
}