ExaAnalytics constructor

ExaAnalytics({
  1. bool useFirebaseAnalytics = true,
  2. InngageProps? inngageProps,
  3. AppFlyerProps? appFlyerProps,
  4. AmplitudeProps? amplitudeProps,
})

Implementation

ExaAnalytics({
  this.useFirebaseAnalytics = true,
  this.inngageProps,
  this.appFlyerProps,
  this.amplitudeProps,
});