getCameraMaxZoomFactor method

Future<double> getCameraMaxZoomFactor ()

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

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

Implementation

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