deviceId property
String
get
deviceId
Implementation
String get deviceId => "${_deviceInfo?.data[_isMacOs ? 'systemGUID' : 'deviceId'].toString().replaceAll("{", "").replaceAll("}", "")}";
String get deviceId => "${_deviceInfo?.data[_isMacOs ? 'systemGUID' : 'deviceId'].toString().replaceAll("{", "").replaceAll("}", "")}";