NativeFinalizerFunction typedef
The native function type fors.
A's callback
should have the C
void nativeFinalizer(void* token)
type.
Implementation
typedef NativeFinalizerFunction
= NativeFunction<Void Function(Pointer<Void> token)>;
The native function type fors.
A's callback
should have the C
void nativeFinalizer(void* token)
type.
typedef NativeFinalizerFunction
= NativeFunction<Void Function(Pointer<Void> token)>;