缩放
zoom 缩放值0:MaxZoom
zoom
0:MaxZoom
Future<void> setZoom(double zoom) async { return _livePusherMethodChannel.invokeMethod( 'setZoom', wrapArgs(arg: zoom.toString()), ); }