cropImageWithPath method

Future<Uint8List?> cropImageWithPath(
  1. String path
)

Implementation

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