dispose method
Close the underlying connection. No-op when inside a transaction (a transaction does not own the adapter's connection lifecycle).
Implementation
@override
Future<void> dispose() async {
// No-op: the transaction does not own the adapter's connection lifecycle.
}