Future<Uint8List?> cropImageWithPath(String path) async { return await Get.to(() => ImageCropScreen(path: path)); }