computingEvent method

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

Implementation

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