FlutterEngineLibrary.fromLookup constructor

FlutterEngineLibrary.fromLookup(
  1. Pointer<T> lookup<T extends NativeType>(
    1. String symbolName
    )
)

The symbols are looked up with lookup.

Implementation

FlutterEngineLibrary.fromLookup(
    Pointer<T> Function<T extends NativeType>(String symbolName) lookup)
    : _lookup = lookup;