menu
platform_specific_test package
documentation
testing.dart
Testing
getPlatformVersion method
getPlatformVersion method
dark_mode
light_mode
getPlatformVersion
method
Future
<
String
?
>
getPlatformVersion
(
)
Implementation
Future<String?> getPlatformVersion() { return TestingPlatform.instance.getPlatformVersion(); }
platform_specific_test package
documentation
testing
Testing
getPlatformVersion method
Testing class