handle property Null safety
The opaque handle to the dynamic library.
Similar to the return value of
dlopen(3).
Can be used as arguments to other functions in the dlopen
API
through FFI calls.
Implementation
external Pointer<Void> get handle;
The opaque handle to the dynamic library.
Similar to the return value of
dlopen(3).
Can be used as arguments to other functions in the dlopen
API
through FFI calls.
external Pointer<Void> get handle;