[][src]Type Definition dart_sys::Dart_IsolateUnhandledExceptionCallback

type Dart_IsolateUnhandledExceptionCallback = Option<unsafe extern "C" fn(error: Dart_Handle)>;

An isolate unhandled exception callback function.

This callback has been DEPRECATED.