optIn method
void
optIn()
Re-enable telemetry after opting out.
Implementation
void optIn() {
_config.enabled = true;
_startAutoFlush();
}
Re-enable telemetry after opting out.
void optIn() {
_config.enabled = true;
_startAutoFlush();
}