clear method
void
clear()
This method is used to clear the editor
Implementation
void clear() async {
await _setHtmlTextToEditor(htmlText: '');
}
This method is used to clear the editor
void clear() async {
await _setHtmlTextToEditor(htmlText: '');
}