DynamicLibrary.process constructor Null safety
Creates a dynamic library holding all global symbols.
Any symbol in a library currently loaded with global visibility (including the executable itself) may be resolved through this library.
This feature is not available on Windows.
Implementation
external factory DynamicLibrary.process();