onTrackStructured method
Implementation
void onTrackStructured(MethodCall call) {
var message = EventMessageReader.withStructured(call.arguments);
SnowplowTrackerController.trackEvent(message);
}
void onTrackStructured(MethodCall call) {
var message = EventMessageReader.withStructured(call.arguments);
SnowplowTrackerController.trackEvent(message);
}