clear method

void clear()

This method is used to clear the editor

Implementation

void clear() async {
  await _setHtmlTextToEditor(htmlText: '');
}