@override Future<int?> resetLLM() async { // TODO: implement resetLLM final code = await methodChannel.invokeMethod<int>("resetLLM"); return code; }