setMinimumLogLevel method
Implementation
@override
void setMinimumLogLevel(LogSeverity severity) {
throw UnsupportedError(
'setMinimumLogLevel is not supported on web because the LiteRT-LM JS SDK '
'does not expose log-level configuration.',
);
}