close method

Future<void> close()

Closes this database. When the future completes, all resources used by this database should have been disposed.

Implementation

Future<void> close() async {
  // default no-op implementation
}