DynamicLibrary.executable constructor Null safety

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();