pub unsafe extern "C" fn Dart_NotifyDestroyed()
Expand description

Notifies the VM that the embedder expects the application’s working set has recently shrunk significantly and is not expected to rise in the near future. The VM may spend O(heap-size) time performing clean up work.

Requires there to be a current isolate.