exit abstract method

Never exit(
  1. int code
)

Exit the application with the given code. Throws UnsupportedError on platforms that don't support this.

Implementation

Never exit(int code);