Dart_UnregisterKernelBlobCallback typedef

Dart_UnregisterKernelBlobCallback = Pointer<NativeFunction<Void Function(Pointer<Char> kernel_blob_uri)>>

Optional callback provided by the embedder that is used by the VM to unregister kernel blobs. If no callback is provided, the unregistration of kernel blobs will throw an error.

\param kernel_blob_uri URI of the kernel blob to unregister.

Implementation

typedef Dart_UnregisterKernelBlobCallback = ffi.Pointer<ffi.NativeFunction<ffi.Void Function(ffi.Pointer<ffi.Char> kernel_blob_uri)>>;