getApplicationPlayVolume method
Get the volume of the current process in the Windows system volume mixer (supports only the Windows platform)
Returned value:
Returned volume value. Value range: [0,100]
Implementation
Future<int?> getApplicationPlayVolume() {
return _channel.invokeMethod('getApplicationPlayVolume');
}