signalLevelForFrequency property
Optional: makes getStats' rfLevelDbfs a function of the currently
tuned frequency instead of the static rfLevelDbfs field — handy for
testing ScanController, which tunes across a range and samples the
level at each step.
Implementation
final double Function(int frequencyHz)? signalLevelForFrequency;