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