dispose method
Closes this database and releases associated resources.
Implementation
Future<void> dispose() async {
await sendCommand("dispose");
_worker.kill();
}
Closes this database and releases associated resources.
Future<void> dispose() async {
await sendCommand("dispose");
_worker.kill();
}