Future<void> volume(String playerId, double value) { return _methodChannel.invokeMethod('volume', {'playerId': playerId, 'value': value}); }