getCpuInfo method

Future<Map<Object?, dynamic>?> getCpuInfo()

Implementation

Future<Map<Object?, dynamic>?> getCpuInfo() {
  return FCllamaPlatform.instance.getCpuInfo();
}