dispose abstract method

Future<void> dispose()

Closes this database and instructs the worker to release associated resources.

No methods may be called after a call to dispose.

Implementation

Future<void> dispose();