cropImage method
Implementation
Future<String?> cropImage({
required String sourcePath,
double? aspectRatioX,
double? aspectRatioY,
List<CropAspectRatioPreset>? aspectRatioPresets,
int quality = 90,
}) {
throw UnimplementedError('cropImage() has not been implemented.');
}