getGainList method

  1. @override
List<int> getGainList()
override

Gains supported by the tuner, in tenths of a dB. Needs the device already open — call once after deviceReady.

Implementation

@override
List<int> getGainList() => List.unmodifiable(gainList);