hasAmplitudeControl method

Future<bool> hasAmplitudeControl()

Checks if amplitude control is supported on this device.

Implementation

Future<bool> hasAmplitudeControl() {
  throw UnimplementedError(
      'hasAmplitudeControl() has not been implemented.');
}