nativeFunction property - NativeCallable class - dart:ffi library (original) (raw)

description

Pointer<NativeFunction<T>> getnativeFunction

The native function pointer which can be used to invoke the callbackpassed to the constructor.

This pointer must not be read after the callable has been closed.

Implementation

Pointer<NativeFunction<T>> get nativeFunction;