KeepAliveConfig constructor
const
KeepAliveConfig({})
Implementation
const KeepAliveConfig({
this.interval = const Duration(seconds: 30),
this.timeout = const Duration(seconds: 10),
this.enabled = true,
});
const KeepAliveConfig({
this.interval = const Duration(seconds: 30),
this.timeout = const Duration(seconds: 10),
this.enabled = true,
});