menu
device_system_info package
documentation
system_info.dart
SystemInfo
getPlatformVersion method
getPlatformVersion method
dark_mode
light_mode
getPlatformVersion
method
Future
<
String
?
>
getPlatformVersion
(
)
Implementation
Future<String?> getPlatformVersion() { return SystemInfoPlatform.instance.getPlatformVersion(); }
device_system_info package
documentation
system_info
SystemInfo
getPlatformVersion method
SystemInfo class