dispose method
void
dispose()
Dispose the manager and clean up resources.
Implementation
void dispose() {
_idleCleanupTimer?.cancel();
closeAllConnections();
}
Dispose the manager and clean up resources.
void dispose() {
_idleCleanupTimer?.cancel();
closeAllConnections();
}