td_json_client.fromLookup constructor

td_json_client.fromLookup(
  1. Pointer<T> lookup(
    1. String symbolName
    )
)

The symbols are looked up with lookup.

Implementation

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