deviceId property
String?
get
deviceId
Gets an unique identifier for the current device.
Implementation
String? get deviceId {
return realmCore.userGetDeviceId(this);
}
Gets an unique identifier for the current device.
String? get deviceId {
return realmCore.userGetDeviceId(this);
}