flush method

void flush()

Implementation

void flush() {
  this._callback!();
  this.cancel();
}