getLastConnectedAt static method

int? getLastConnectedAt()

The last connected timestamp.

Implementation

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