menu
fl_html_editor package
documentation
fl_html_editor.dart
HtmlEditorController
clear method
clear method
dark_mode
light_mode
clear
method
Future
<
void
>
clear
(
)
Clear all content
Implementation
Future<void> clear() async { await setHtml(''); }
fl_html_editor package
documentation
fl_html_editor
HtmlEditorController
clear method
HtmlEditorController class