@override Future<void> adjustPlayoutVolume(int vol) { return _methodChannel.invokeMethod('adjustPlayoutVolume', { 'vol': vol }); }