close method

void close()

Close the database.

Implementation

void close() {
  logResult(result: 'Closing database $this');
  _ffiDb.dispose();
}