editTags method

TagEditor editTags()

Creates a TagEditor to modify the device tags.

Implementation

TagEditor editTags() {
  return TagEditor('channel#editTags', _module.channel);
}