PingRequire constructor
PingRequire({
- String namePing = 'ping',
- required String host,
- int port = 443,
- bool interval = true,
- PingCallBack? okConexion,
- PingCallBack? errorConexion,
- bool forcePing = true,
Implementation
PingRequire({
this.namePing = 'ping',
required this.host,
this.port = 443,
this.interval = true,
this.okConexion,
this.errorConexion,
this.forcePing = true,
});