Launch native image cropper for the given image path. Returns the cropped image path.
Future<String?> cropImage(String sourcePath) { throw UnimplementedError('cropImage() has not been implemented.'); }