id property

String? get id

Implementation

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