clear method

void clear()

Clears all content from the editor.

Implementation

void clear() {
  _documentController.clear();
  _editorWidgetState?.rebuild();
}