getCpuModel static method

Future<String> getCpuModel()

Implementation

static Future<String> getCpuModel() async {
  return await _channel.invokeMethod("getCpuModel");
}