requestShutdown method
void
requestShutdown()
Forwards a host shutdown/interrupt event to the runtime.
Implementation
void requestShutdown() {
if (_disposed) return;
backend.requestShutdown();
}
Forwards a host shutdown/interrupt event to the runtime.
void requestShutdown() {
if (_disposed) return;
backend.requestShutdown();
}