Api.loadStatic constructor
The library is loaded from the executable.
Implementation
factory Api.loadStatic() {
return Api(ffi.DynamicLibrary.executable());
}
The library is loaded from the executable.
factory Api.loadStatic() {
return Api(ffi.DynamicLibrary.executable());
}