optIn method

void optIn()

Re-enable telemetry after opting out.

Implementation

void optIn() {
  _config.enabled = true;
  _startAutoFlush();
}