Api.loadStatic constructor

Api.loadStatic()

The library is loaded from the executable.

Implementation

factory Api.loadStatic() {
  return Api(ffi.DynamicLibrary.executable());
}