activateReporter static method
Activates reporter with the config
configuration.
The reporter must be activated with a configuration that contains an API key different from the API key of the application.
Implementation
static Future<void> activateReporter(AppMetricaReporterConfig config) =>
_appMetrica.activateReporter(config.toPigeon());