AiutaAnalytics constructor

AiutaAnalytics({
  1. required AiutaAnalyticsHandler handler,
})

Creates an AiutaAnalytics with handler to receive events from the SDK

Implementation

AiutaAnalytics({
  required this.handler,
});