clearDocument method

Future<void> clearDocument()

Clears the document from the store.

Implementation

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