hardware property

String? hardware
getter/setter pair

The name of the hardware.

  • Android- the name of the hardware (from the kernel command line or /proc).
  • iOS - hardware type (e.g. 'iPhone7,1' for iPhone 6 Plus).

Implementation

String? hardware;