@override Future<String?> getCpuInfo() async { final info = await methodChannel.invokeMethod<String>('getCpuInfo'); return info; }