analytics property

TAnalytics analytics
latefinalinherited

Provides the configured TAnalytics functionality through the Turbolytics mixin per type of D.

Implementation

late final D analytics = _getIt.get<D>()
  ..service = TAnalyticsService(log: log);