trackInteractionEvent method

void trackInteractionEvent(
  1. InteractionContentEventBody body
)

Implementation

void trackInteractionEvent(InteractionContentEventBody body) {
  _flutterTrackerApi.trackInteractionEvent(_appName, body.toFlutterEventBody());
}