getEffectsVolume method

  1. @override
Future<double?> getEffectsVolume()

Gets the volume of the audio effects.

The value ranges between 0.0 and 100.0.

Implementation

@override
Future<double?> getEffectsVolume() {
  return _invokeMethod('getEffectsVolume');
}