clearDocument method

Future<void> clearDocument()
inherited

Clears the document from the store.

Implementation

Future<void> clearDocument() async => store.clear();