resume method

void resume()

Implementation

void resume() {
  if (_shouldRun) {
    _startInternal();
  }
}