close method

void close()

Close the database

Implementation

void close() {
  _database.dispose();
}