clear abstract method

Future<void> clear()

clears this object store in a separate thread. This is for deleting all the current data out of an object store.

Clearing an object store consists of removing all records from the object store and removing all records in indexes that reference the object store.

Implementation

Future<void> clear();