config property
ToneDetectorConfig
get
config
Implementation
static ToneDetectorConfig get config {
if (_config == null) {
throw Exception("ToneDetector is not configured");
}
return _config!;
}