systemVersion property
The current operating system version.
Implementation
@Deprecated("Use nullable DeviceInfo.data['systemVersion'] instead.")
static String get systemVersion => _deviceParameters['systemVersion'] ?? '';
The current operating system version.
@Deprecated("Use nullable DeviceInfo.data['systemVersion'] instead.")
static String get systemVersion => _deviceParameters['systemVersion'] ?? '';