isCameraZoomSupported abstract method

Future<bool> isCameraZoomSupported()

检测设备是否支持摄像头缩放功能。

该方法仅适用于 Android 和 iOS。

Returns true : 设备支持相机缩放功能。 false : 设备不支持相机缩放功能。

Implementation

Future<bool> isCameraZoomSupported();