newEditor method

BatchUserDataEditor newEditor()

Instanciate a new BatchUserDataEditor to edit custom data attributes and tags.

See BatchUserDataEditor's documentation for more info.

Implementation

BatchUserDataEditor newEditor() {
  return BatchUserDataEditorImpl(_channel);
}