menu
sample_plugin_test_dk package
documentation
sample_plugin.dart
SamplePluginTest
getPlatformVersion method
getPlatformVersion method
dark_mode
light_mode
getPlatformVersion
method
Future
<
String
?
>
getPlatformVersion
(
)
Implementation
Future<String?> getPlatformVersion() { return SamplePluginPlatform.instance.getPlatformVersion(); }
sample_plugin_test_dk package
documentation
sample_plugin
SamplePluginTest
getPlatformVersion method
SamplePluginTest class