dispose abstract method
Close the underlying connection. No-op when inside a transaction (a transaction does not own the adapter's connection lifecycle).
Implementation
Future<void> dispose();
Close the underlying connection. No-op when inside a transaction (a transaction does not own the adapter's connection lifecycle).
Future<void> dispose();