pub unsafe extern "C" fn Dart_SetShouldPauseOnExit(should_pause: bool)
Expand description

Override the VM flag --pause-isolates-on-exit for the current isolate.

\param should_pause Should the isolate be paused on exit?