Exit the application with the given code. Throws UnsupportedError on platforms that don't support this.
@override Never exit(int code) { io.exit(code); }