computingEvent method

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

Implementation

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