iosVersion property

int? get iosVersion

Gets the iOS major version, auto-initializing if needed.

Implementation

static int? get iosVersion {
  ensureInitialized();
  return _cachedIOSVersion;
}