analyticsProvider top-level property

  1. @ProviderFor(analytics)
AutoDisposeProvider<Analytics> analyticsProvider
final

Access to Analytics.

Copied from analytics.

Implementation

@ProviderFor(analytics)
final analyticsProvider = AutoDisposeProvider<Analytics>.internal(
  analytics,
  name: r'analyticsProvider',
  debugGetCreateSourceHash:
      const bool.fromEnvironment('dart.vm.product') ? null : _$analyticsHash,
  dependencies: null,
  allTransitiveDependencies: null,
);