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.
pub unsafe extern "C" fn Dart_SetRootLibrary(
library: Dart_Handle,
) -> Dart_Handle
Sets the root library for the current isolate.
\return Returns an error handle if library
is not a library handle.