countingEvent method

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

Implementation

void countingEvent(String eventId, Map eventValue) {
  instance.invokeMethod("countingEvent",<String, dynamic>{'eventId':eventId,'eventValue': eventValue});
}