VtzeroDartBindings.fromLookup constructor
The symbols are looked up with lookup.
Implementation
VtzeroDartBindings.fromLookup(
ffi.Pointer<T> Function<T extends ffi.NativeType>(String symbolName) lookup,
) : _lookup = lookup;
The symbols are looked up with lookup.
VtzeroDartBindings.fromLookup(
ffi.Pointer<T> Function<T extends ffi.NativeType>(String symbolName) lookup,
) : _lookup = lookup;