reset method

void reset()

Implementation

void reset() {
  if (_disposed) return;
  _ctrl.reset();
}