abort method
void
abort()
Abort the remaining handlers; no further ctx.next() calls will proceed.
Implementation
void abort() {
_aborted = true;
}
Abort the remaining handlers; no further ctx.next() calls will proceed.
void abort() {
_aborted = true;
}