reset method

Logo reset()

Implementation

Logo reset() {
  this._count = 0;
  return this;
}