cpuName property

Future get cpuName

获取CPU名称

Implementation

Future<dynamic> get cpuName async {
  return  _channel.invokeMethod("getCPUType");
}