getMaxZoom method

Future<double> getMaxZoom()

Gets the maximum native zoom supported by the current camera.

Implementation

Future<double> getMaxZoom() async {
  return await FlutterCropCameraPlatform.instance.getMaxZoom();
}