Engine constructor
Engine({
- required EngineConfig engineConfig,
Creates an engine with the given configuration.
Implementation
Engine({required this.engineConfig})
: _handle = LiteRtLmNativeRuntime.instance.createEngine(engineConfig);