menu
flutter_core_utils package
documentation
utils.dart
Utils
getPlatformVersion method
getPlatformVersion method
dark_mode
light_mode
getPlatformVersion
method
Future
<
String
?
>
getPlatformVersion
(
)
Implementation
Future<String?> getPlatformVersion() { return UtilsPlatform.instance.getPlatformVersion(); }
flutter_core_utils package
documentation
utils
Utils
getPlatformVersion method
Utils class