dispose static method

void dispose()

Dispose of resources.

Call this when done using the engine to release the ONNX session.

Implementation

static void dispose() {
  EmbeddingService.dispose();
}