allRead method

ActivityMarker allRead()

Mark everything as read

Implementation

ActivityMarker allRead() {
  _allRead = true;
  return this;
}