clear method

void clear()

clear method is used to clear the editor

Implementation

void clear() async {
  await _editorKey?.currentState?._setHtmlTextToEditor(htmlText: '');
}