pub unsafe fn is_error(handle: Dart_Handle) -> boolExpand description
Checks whether the provided Dart_Handle represents a Dart error.
Should be called on the current isolate.
ยงSafety
initialize_api must be called before this function.
pub unsafe fn is_error(handle: Dart_Handle) -> boolChecks whether the provided Dart_Handle represents a Dart error.
Should be called on the current isolate.
initialize_api must be called before this function.