keepAliveFor method
- @Deprecated('This will be removed, you must now set this through the client keepAlivePeriod')
- int keepAliveSeconds
Sets the keep alive period
Implementation
@Deprecated(
'This will be removed, you must now set this through the client keepAlivePeriod')
MqttConnectMessage keepAliveFor(int keepAliveSeconds) {
variableHeader!.keepAlive = keepAliveSeconds;
return this;
}