reset method

void reset()

Restarts from nothing — the text was replaced, not extended.

Implementation

void reset() {
  _revealed = 0;
  _fastForwarding = false;
}