cropImage method
Crops the image selected by the user.
params:
imageFile
: the image file to be cropped.
returns:
Future<File?>
: the image after been cropped.
throws:
Exception
: If an error occurs during the image cropping process.
Implementation
Future<File?> async
- talawa
- image_service
- ImageService
- cropImage method