resume method

void resume()

Implementation

void resume() {
  throw UnimplementedError('exit() has not been implemented.');
}