clear method
void
clear()
Clears all content from the editor.
Implementation
void clear() {
_documentController.clear();
_editorWidgetState?.rebuild();
}
Clears all content from the editor.
void clear() {
_documentController.clear();
_editorWidgetState?.rebuild();
}