stop method
void
stop()
Stops page rendering after the current middleware returns.
Implementation
void stop() {
_stopped = true;
}
Stops page rendering after the current middleware returns.
void stop() {
_stopped = true;
}