analytics property

Analytics analytics
latefinalinherited

Provides the configured Analytics functionality through the Loglytics mixin per type of D.

Implementation

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