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