[][src]Type Definition dart_sys::Dart_GetVMServiceAssetsArchive

type Dart_GetVMServiceAssetsArchive = Option<unsafe extern "C" fn() -> Dart_Handle>;

Callback provided by the embedder that is used by the vmservice isolate to request the asset archive. The asset archive must be an uncompressed tar archive that is stored in a Uint8List.

If the embedder has no vmservice isolate assets, the callback can be NULL.

\return The embedder must return a handle to a Uint8List containing an uncompressed tar archive or null.