Future<void> setVolume(double volume) async { return await _methodChannel.invokeMethod('setVolume', volume); }