forceClose method

Future forceClose()

close connection and cancel all future retries

Implementation

Future forceClose() async {
  this._retry = false;
  this.close();
}