pub unsafe extern "C" fn Dart_HandleFromWeakPersistent(
object: Dart_WeakPersistentHandle,
) -> Dart_HandleExpand description
Allocates a handle in the current scope from a weak persistent handle.
This will be a handle to Dart_Null if the object has been garbage collected.