onTrackStructured method

void onTrackStructured(
  1. MethodCall call
)

Implementation

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