pub unsafe extern "C" fn Dart_SetRootLibrary(
    library: Dart_Handle
) -> Dart_Handle
Expand description

Sets the root library for the current isolate.

\return Returns an error handle if library is not a library handle.