deviceId property
String?
get
deviceId
Gets an unique identifier for the current device.
Implementation
String? get deviceId {
return handle.deviceId;
}
Gets an unique identifier for the current device.
String? get deviceId {
return handle.deviceId;
}