complete method

void complete()

Implementation

void complete() {
  if (!_handled) _endHandle();
  _handled = true;
}