trackEvent method
Implementation
void trackEvent(
String eventName, MoEProperties eventAttributes, String appId) {
_channel.invokeMethod(methodTrackEvent,
json.encode(getEventPayload(eventName, eventAttributes, appId)));
}
void trackEvent(
String eventName, MoEProperties eventAttributes, String appId) {
_channel.invokeMethod(methodTrackEvent,
json.encode(getEventPayload(eventName, eventAttributes, appId)));
}