exit method

Future<void> exit()

Implementation

Future<void> exit() {
  return onExit();
}