id property

String? id

Implementation

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