pause method

void pause()

Implementation

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