获取支持的最大变焦值
returns 最大变焦值
returns
Future<double> getMaxZoom() async { return await AlivcLivePusher.methodChannel .invokeMethod('getMaxZoom', _wrap()); }