versionBaseOs property
String
get
versionBaseOs
Removed from version 4.0.0 to avoid Google Play policies violations. Empty string if not available. The base OS build the product is based on. Empty string if not available.
Implementation
// /// The Android hardware device ID that is unique between the device + user and app signing.
// static String get androidId => _deviceParameters['androidId'] ?? '';
/// The base OS build the product is based on. Empty string if not available.
// @Deprecated("Use nullable DeviceInfo.data['versionBaseOs'] instead.")
static String get versionBaseOs => _deviceParameters['versionBaseOs'] ?? '';