dispose abstract method
Disposes of the connection manager and releases all resources.
This method closes all managed connections and cleans up any associated resources. It should be called when the connection manager is no longer needed.
Implementation
Future<void> dispose();