updateLastAck method

void updateLastAck()

Updates the last ACK timestamp.

Implementation

void updateLastAck() {
  _lastAckAt = DateTime.now();
}