exit method

void exit()

Implementation

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