exit abstract method
Exit the application with the given code. Throws UnsupportedError on platforms that don't support this.
Implementation
Never exit(int code);
Exit the application with the given code. Throws UnsupportedError on platforms that don't support this.
Never exit(int code);