markSynced method

void markSynced()

Implementation

void markSynced() {
  _lastSyncTime = DateTime.now();
  _cycleCount++;
}