pub unsafe extern "C" fn Dart_ErrorGetException(
handle: Dart_Handle,
) -> Dart_Handle
Expand description
Gets the exception Object from an unhandled exception error handle.
pub unsafe extern "C" fn Dart_ErrorGetException(
handle: Dart_Handle,
) -> Dart_Handle
Gets the exception Object from an unhandled exception error handle.