NativeFunctionPointer<NF extends Function> extension

Extension on Pointer specialized for the type argument NativeFunction.

on

Methods

asFunction<DF extends Function>() → DF

Available on Pointer<NativeFunction<NF>>, provided by the NativeFunctionPointer extension

Convert to Dart function, automatically marshalling the arguments and return value.