dispose abstract method

Future<void> dispose()

Close the underlying connection. No-op when inside a transaction (a transaction does not own the adapter's connection lifecycle).

Implementation

Future<void> dispose();