Loads a library file and provides access to its symbols.
The path
must refer to a native library file which can be successfully loaded.
Calling this function multiple times with the same path
, even across different isolates, only loads the library into the DartVM process once. Multiple loads of the same library file produces DynamicLibrary objects which are equal (==
), but not identical.
external factory DynamicLibrary.open(String path);
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4