providers property

List<AnalyticsProvider> providers
final

The list of analytics providers managed by this plugin.

Each provider will receive all analytics events and can process them according to its own implementation.

Implementation

final List<AnalyticsProvider> providers;