allSeen method

ActivityMarker allSeen()

Mark everything as seen

Implementation

ActivityMarker allSeen() {
  _allSeen = true;
  return this;
}