getCameraMaxZoomFactor method

最近更新时间:2022-09-20 05:17:40


Future<double> getCameraMaxZoomFactor ()

获取摄像头支持最大缩放比例。

Returns 该相机支持的最大缩放比例。

Implementation


Future<double> getCameraMaxZoomFactor() {
  return _invokeMethod('getCameraMaxZoomFactor');
}