dispose static method
Dispose of resources.
Call when completely done with the engine.
Implementation
static Future<void> dispose() async {
await RagEngine.dispose();
_engine = null;
_instance = null;
}
Dispose of resources.
Call when completely done with the engine.
static Future<void> dispose() async {
await RagEngine.dispose();
_engine = null;
_instance = null;
}