offlineSeconds method
Implementation
Future<int> offlineSeconds() async {
int clientPtr = await getClientPtr();
int timeout = await super.connectByTime(
clientPtr: clientPtr,
lanScan: true,
reConnectCount: 1,
connectType: 0x79);
return timeout;
}