pub unsafe extern "C" fn Dart_SetRootLibrary(
library: Dart_Handle,
) -> Dart_HandleExpand description
Sets the root library for the current isolate.
\return Returns an error handle if library is not a library handle.
pub unsafe extern "C" fn Dart_SetRootLibrary(
library: Dart_Handle,
) -> Dart_HandleSets the root library for the current isolate.
\return Returns an error handle if library is not a library handle.