stop method

void stop()

停止请求

Implementation

void stop() {
  _token.cancel("cancelled");
}