processImage method
Implementation
Future<String?> processImage(String imagePath, MediaOptions options) {
throw UnimplementedError('processImage() has not been implemented.');
}
Future<String?> processImage(String imagePath, MediaOptions options) {
throw UnimplementedError('processImage() has not been implemented.');
}