AddGoogleAnalyticsRequest constructor

AddGoogleAnalyticsRequest({
  1. String? analyticsAccountId,
  2. String? analyticsPropertyId,
})

Implementation

AddGoogleAnalyticsRequest({
  this.analyticsAccountId,
  this.analyticsPropertyId,
});