Dart_ExitIsolate

Function Dart_ExitIsolate 

Source
pub unsafe extern "C" fn Dart_ExitIsolate()
Expand description

Exits an isolate. After this call, Dart_CurrentIsolate will return NULL.

Requires there to be a current isolate.