close method
void
close()
Closes the connection. Idempotent-safe for the bundle's close path (callers must not use the context afterwards).
Implementation
void close() {
_db.dispose();
}
Closes the connection. Idempotent-safe for the bundle's close path (callers must not use the context afterwards).
void close() {
_db.dispose();
}