release_callback property

Pointer<NativeFunction<Void Function(Pointer<NativeType>)>> release_callback
getter/setter pair

An optional callback that gets invoked when the buffer can be released.

Implementation

external Pointer<NativeFunction<Void Function(Pointer)>> release_callback;