nativeFunction property
Pointer<NativeFunction<Void Function()> >
get
nativeFunction
The pointer to hand to the C layer. Valid for the lifetime of the process — it is never closed.
Implementation
Pointer<NativeFunction<Void Function()>> get nativeFunction =>
_nc.nativeFunction;