AiutaAnalytics constructor
AiutaAnalytics({
- required AiutaAnalyticsHandler handler,
Creates an AiutaAnalytics with handler
to receive events from the SDK
Implementation
AiutaAnalytics({
required this.handler,
});