getProcessorLevel static method

String? getProcessorLevel()

Implementation

static String? getProcessorLevel() {
  return _platform['PROCESSOR_LEVEL'];
}