ExaAnalytics constructor
ExaAnalytics({
- bool useFirebaseAnalytics = true,
- InngageProps? inngageProps,
- AppFlyerProps? appFlyerProps,
- AmplitudeProps? amplitudeProps,
Implementation
ExaAnalytics({
this.useFirebaseAnalytics = true,
this.inngageProps,
this.appFlyerProps,
this.amplitudeProps,
});