pub unsafe extern "C" fn Dart_DeferredLoadComplete(
    loading_unit_id: isize,
    snapshot_data: *const u8,
    snapshot_instructions: *const u8
) -> Dart_Handle
Expand description

Notifies the VM that a deferred load completed successfully. This function will eventually cause the corresponding prefix.loadLibrary() futures to complete.

Requires the current isolate to be the same current isolate during the invocation of the Dart_DeferredLoadHandler.