ReconnectionConfig constructor
const
ReconnectionConfig({})
Implementation
const ReconnectionConfig({
this.maxAttempts = 5,
this.initialDelay = const Duration(seconds: 1),
this.maxDelay = const Duration(seconds: 30),
this.backoffMultiplier = 2.0,
});