clear method

Future<void> clear()

Clear all documents and snapshots

Implementation

Future<void> clear() async {
  _documents.clear();
  _snapshots.clear();
}