exit method

Never exit(
  1. int code
)

Exit the process with the provided code.

Implementation

Never exit(int code) => dart_io.exit(code);