text method

Implementation

AmityTextCommentEditorBuilder text(String text) {
  updater._text = text;
  return this;
}