trackScreenViewEvent method
Implementation
void trackScreenViewEvent(ScreenViewEventBody body) {
_flutterTrackerApi.trackScreenViewEvent(_appName, body.toFlutterEventBody());
}
void trackScreenViewEvent(ScreenViewEventBody body) {
_flutterTrackerApi.trackScreenViewEvent(_appName, body.toFlutterEventBody());
}