A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://api.dart.dev/dart-ffi/DynamicLibrary/DynamicLibrary.open.html below:

DynamicLibrary.open constructor - DynamicLibrary - dart:ffi library

DynamicLibrary.open constructor DynamicLibrary.open(
  1. String path
)

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.

Implementation
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