获取当前变焦值
returns 当前变焦值
returns
Future<double> getCurrentZoom() async { return await AlivcLivePusher.methodChannel .invokeMethod('getCurrentZoom', _wrap()); }