stop method

void stop()

Stops page rendering after the current middleware returns.

Implementation

void stop() {
  _stopped = true;
}