ConnectionManager constructor
ConnectionManager({})
Creates a new connection manager
Implementation
ConnectionManager({
this.idleTimeout = const Duration(minutes: 5),
this.shutdownTimeout = const Duration(seconds: 30),
});