clear method

Future<void> clear()

Clear all content

Implementation

Future<void> clear() async {
  await setHtml('');
}