bg method

Method for Remove background from any image

Returns TransformationData.

Implementation

TransformationData bg() {
  // Determine if there are values to add to the dictionary

  var values = <String, String>{};

  return TransformationData(plugin: 'remove', name: 'bg', values: values);
}