menu
flutter_device_information_plugin package
documentation
example_plugin.dart
ExamplePlugin
getPlatformVersion method
getPlatformVersion method
dark_mode
light_mode
getPlatformVersion
method
Future
<
String
?
>
getPlatformVersion
(
)
Implementation
Future<String?> getPlatformVersion() { return ExamplePluginPlatform.instance.getPlatformVersion(); }
flutter_device_information_plugin package
documentation
example_plugin
ExamplePlugin
getPlatformVersion method
ExamplePlugin class