createRuntime function

LiteRtLmNativeRuntime createRuntime()

Creates a runtime for unsupported Dart platforms.

Implementation

LiteRtLmNativeRuntime createRuntime() {
  throw UnsupportedError('LiteRT-LM is not supported on this platform.');
}