hints method

Implementation

BackgroundRemoval hints(List<ForegroundObject> hints) {
  _hints = hints;
  return this;
}