DynamicLibrary.executable constructor
Creates aDynamicLibrary containing all the symbols of the runningexecutable.
This is useful for using dart:ffi with static libraries.
Implementation
external factory DynamicLibrary.executable();Creates aDynamicLibrary containing all the symbols of the runningexecutable.
This is useful for using dart:ffi with static libraries.
external factory DynamicLibrary.executable();