clearFocus method
void
clearFocus()
Clear the focus from the editor field.
Implementation
void clearFocus() => sendEvent(const EditorClearFocus());
Clear the focus from the editor field.
void clearFocus() => sendEvent(const EditorClearFocus());