AnalyticsConfig constructor
AnalyticsConfig({})
Creates an AnalyticsConfig instance.
The enableTracking, enableAnalytics, and apiKey parameters are
required and must be provided.
Implementation
AnalyticsConfig({
required this.enableTracking,
required this.enableAnalytics,
required this.apiKey,
});