activateReporter static method

Future<void> activateReporter(
  1. ReporterConfig config
)

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(ReporterConfig config) =>
    _appMetrica.activateReporter(config.toPigeon());