stableDeviceId property
String?
get
stableDeviceId
The stable/persisted device id string when available.
Implementation
String? get stableDeviceId => _wrapped.stableDeviceId;
set
stableDeviceId
(String? v)
Implementation
set stableDeviceId(String? v) {
_wrapped.stableDeviceId = v;
}