menu
info_x package
documentation
device_info.dart
PlatformInfoFuture
softwareVersion property
softwareVersion property
dark_mode
light_mode
softwareVersion
property
Future
<
String
?
>
get
softwareVersion
Implementation
Future<String?> get softwareVersion async => (await this).softwareVersion;
info_x package
documentation
device_info
PlatformInfoFuture
softwareVersion property
PlatformInfoFuture extension on
FutureOr
<
DeviceInfo
>