DynamicLibrary.executable constructor - DynamicLibrary - dart:ffi library (original) (raw)

description

DynamicLibrary.executable()

Creates a DynamicLibrary containing all the symbols of the running executable.

This is useful for using dart:ffi with static libraries.

Implementation

external factory DynamicLibrary.executable();