removeBackground method

Future<CutoutResult> removeBackground(
  1. String imagePath, {
  2. required CutoutOptions options,
})

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.');
}