close method

Future<void> close()

Closes the database.

This makes the object unusable.

Implementation

Future<void> close() => _db.close();