DynamicLibrary.executable constructor
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();
Creates a DynamicLibrary containing all the symbols of the running executable.
This is useful for using dart:ffi with static libraries.
external factory DynamicLibrary.executable();