handle property - DynamicLibrary class - dart:ffi library (original) (raw)

description

Pointer<Void> gethandle

The opaque handle to the dynamic library.

Similar to the return value ofdlopen(3). Can be used as arguments to other functions in the dlopen API through FFI calls.

Implementation

external Pointer<Void> get handle;