Sets the digital zoom level.
Future<void> setZoom(double zoom) async { await FlutterCropCameraPlatform.instance.setZoom(zoom); }