cachedOsVersion property

String get cachedOsVersion

OS version from the canonical registration snapshot (Android Build.VERSION.RELEASE / iOS systemVersion), not the kernel/build string that Platform.operatingSystemVersion returns.

Implementation

static String get cachedOsVersion => _cachedRegistrationInfo.osVersion;