Gets the maximum native zoom supported by the current camera.
Future<double> getMaxZoom() async { return await FlutterCropCameraPlatform.instance.getMaxZoom(); }