dispose method

void dispose()

Close the database.

Implementation

void dispose() {
  _db?.close();
  _db = null;
}