pub unsafe extern "C" fn Dart_IsFatalError(
    handle: Dart_Handle
) -> bool
Expand description

Is this a fatal error handle?

Fatal error handles are produced when the system wants to shut down the current isolate.

Requires there to be a current isolate.