onTrackMediaAdSkipEvent method

void onTrackMediaAdSkipEvent(
  1. MethodCall call
)

Implementation

void onTrackMediaAdSkipEvent(MethodCall call) {
  var message = EventMessageReader.withMediaEvent(
      MediaEndpoint.trackMediaAdSkip, call.arguments);
  return SnowplowTrackerController.trackEvent(message);
}