newEditor method
Instanciate a new BatchUserDataEditor to edit custom data attributes and tags.
See BatchUserDataEditor's documentation for more info.
Implementation
BatchUserDataEditor newEditor() {
return BatchUserDataEditorImpl(_channel);
}
Instanciate a new BatchUserDataEditor to edit custom data attributes and tags.
See BatchUserDataEditor's documentation for more info.
BatchUserDataEditor newEditor() {
return BatchUserDataEditorImpl(_channel);
}