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