<double> getCameraMaxZoomFactor ()
Future
获取摄像头支持最大缩放比例。
Returns 该相机支持的最大缩放比例。
Implementation
<double> getCameraMaxZoomFactor() {
return _invokeMethod('getCameraMaxZoomFactor');
}
Future
最近更新时间:2022-09-20 05:17:40
<double> getCameraMaxZoomFactor ()
Future
获取摄像头支持最大缩放比例。
Returns 该相机支持的最大缩放比例。
<double> getCameraMaxZoomFactor() {
return _invokeMethod('getCameraMaxZoomFactor');
}
Future