pub unsafe extern "C" fn Dart_SetPausedOnStart(paused: bool)
Expand description

Called when the embedder has paused the current isolate on start and when the embedder has resumed the isolate.

\param paused Is the isolate paused on start?