removeBackground method
Removes the background from an image at the given path.
Implementation
Future<CutoutResult> removeBackground(
String imagePath, {
required CutoutOptions options,
}) {
throw UnimplementedError('removeBackground() has not been implemented.');
}