getCurrentZoom method

Future<double> getCurrentZoom()

获取当前变焦值

returns 当前变焦值

Implementation

Future<double> getCurrentZoom() async {
  return await AlivcLivePusher.methodChannel
      .invokeMethod('getCurrentZoom', _wrap());
}