getCameraMaxZoomFactor method Null safety

Future<double?> getCameraMaxZoomFactor()

(仅支持 iOS) 获取摄像头支持最大缩放比例。

Returns

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

Implementation

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