id property

String get id

Implementation

String get id {
  return Device.isPlatformAndroid ? androidID : iOSID;
}