versionBaseOs property
Removed from version 4.0.0 to avoid Google Play policies violations. The base OS build the product is based on.
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.
@Deprecated("Use nullable DeviceInfo.data['versionBaseOs'] instead.")
static String get versionBaseOs => _deviceParameters['versionBaseOs'] ?? '';