pub unsafe extern "C" fn Dart_DeletePersistentHandle(
    object: Dart_PersistentHandle
)
Expand description

Deallocates a persistent handle.

Requires there to be a current isolate group.