getLastConnectedAt static method
The last connected timestamp.
Implementation
static int? getLastConnectedAt() {
final result = _instance._chat.getLastConnectedAt();
sbLog.i(StackTrace.current, 'return: $result');
return result;
}
The last connected timestamp.
static int? getLastConnectedAt() {
final result = _instance._chat.getLastConnectedAt();
sbLog.i(StackTrace.current, 'return: $result');
return result;
}