config property

Implementation

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