• Release the memory of the model, it will be unusable after this.

    Parameters

    • handle: Handle

      The handle to the model.

    • callback: (() => void)

      A callback that will be called when the model is freed.

        • (): void
        • Returns void

    Returns void