exit method

FutureOr<void> exit()

Kills and cleans up the REPL.

Implementation

FutureOr<void> exit() => _adapter.exit();