tags method

Implementation

AmityMessageCreator tags(List<String> tags) {
  _amityTags = AmityTags(tags: tags);
  return this;
}