LiteRtLmRuntimeClient constructor

LiteRtLmRuntimeClient()

Creates a placeholder client on platforms without dart:ffi.

Implementation

LiteRtLmRuntimeClient() {
  throw UnsupportedError('LiteRT-LM runtime requires a native platform.');
}