pub unsafe extern "C" fn Dart_DeletePersistentHandle(
object: Dart_PersistentHandle,
)Expand description
Deallocates a persistent handle.
Requires there to be a current isolate group.
pub unsafe extern "C" fn Dart_DeletePersistentHandle(
object: Dart_PersistentHandle,
)Deallocates a persistent handle.
Requires there to be a current isolate group.