Future<void> setMediaCfg(String cfg) async { return await _channel.invokeMethod("setMediaCfg", {"mediaCfg": cfg}); }