registeredDeviceId property

String registeredDeviceId

A unique id for this device as registered at CARP.

Uses the phone's unique hardware id, if available. Otherwise uses a v4 UUID.

Implementation

String get registeredDeviceId =>
    _registeredDeviceId ??= DeviceInfo().deviceID ?? UUID.v1;