@override Future<Map<Object?, dynamic>?> getCpuInfo() async { return await methodChannel .invokeMethod<Map<Object?, dynamic>>("getCpuInfo"); }