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