deviceId property

String deviceId

The id of this device.

On Android this is the ID of the BUILD. On iOS this is the identifierForVendor of the UIDevice.

Implementation

String get deviceId => _deviceId ?? 'unknown';