getCameraZoomMaxRatio method Null safety

Future<double> getCameraZoomMaxRatio ()

获取摄像头的缩放因子

Implementation

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