abort method

void abort()

Abort the current request.

Implementation

void abort() {
  _isAborted = true;
}