setXgTags method

void setXgTags({
  1. required List tagNames,
})

设置多tag tagNames为List

Implementation

void setXgTags({required List tagNames}) {
  _channel.invokeMethod('setXgTags', {'tagNames': tagNames});
}