Dart_HandleFinalizer typedef
Dart_HandleFinalizer = Pointer<NativeFunction<Void Function(Pointer<Void> isolate_callback_data, Pointer<Void> peer)> >
These structs are versioned by DART_API_DL_MAJOR_VERSION, bump the version when changing this struct.
Implementation
typedef Dart_HandleFinalizer = ffi.Pointer<
ffi.NativeFunction<
ffi.Void Function(ffi.Pointer<ffi.Void> isolate_callback_data,
ffi.Pointer<ffi.Void> peer)>>;