createRuntime function
Creates a runtime for unsupported Dart platforms.
Implementation
LiteRtLmNativeRuntime createRuntime() {
throw UnsupportedError('LiteRT-LM is not supported on this platform.');
}
Creates a runtime for unsupported Dart platforms.
LiteRtLmNativeRuntime createRuntime() {
throw UnsupportedError('LiteRT-LM is not supported on this platform.');
}