remove method

Method for Artifact Removal Plugin

Returns TransformationData.

Implementation

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

  var values = <String, String>{};

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