pub unsafe extern "C" fn Dart_DeleteWeakPersistentHandle(
    object: Dart_WeakPersistentHandle
)
Expand description

Deletes the given weak persistent [object] handle.

Requires there to be a current isolate group.