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