ueid property

Uint8List? get ueid

UEID: a globally unique device identifier (key 256).

Implementation

Uint8List? get ueid => _asBytes(_map[256]);
set ueid (Uint8List? value)

Implementation

set ueid(Uint8List? value) => _set(256, value);