deviceId property

String? deviceId

Gets an unique identifier for the current device.

Implementation

String? get deviceId {
  return realmCore.userGetDeviceId(this);
}