setText method is used to set the html text to the editor it will override the existing text in the editor with the new one
Future setText(String text) async { return await _setHtmlTextToEditor(htmlText: text); }