AnalyticsConfig constructor

const AnalyticsConfig({
  1. String? sessionId,
  2. String? googleTagManagerKeyId,
  3. required String amplitudeKeyId,
})

Provides the analytics configuration.

Implementation

const AnalyticsConfig({
  this.sessionId,
  this.googleTagManagerKeyId,
  required this.amplitudeKeyId,
});