getCameraZoomMaxRatio method

Future<double?> getCameraZoomMaxRatio()

获取摄像头的最大缩放倍数(仅适用于 Android 和 iOS 平台)

Implementation

Future<double?> getCameraZoomMaxRatio() {
  return _channel.invokeMethod('getCameraZoomMaxRatio');
}