menu
uni_flutter_plugin package
documentation
uni_flutter_plugin_platform_interface.dart
UniFlutterPluginPlatform
getVersion method
getVersion method
dark_mode
light_mode
getVersion
method
Future
<
String
>
getVersion
(
)
Implementation
Future<String> getVersion() { throw UnimplementedError("getVersion() has not been implemented."); }
uni_flutter_plugin package
documentation
uni_flutter_plugin_platform_interface
UniFlutterPluginPlatform
getVersion method
UniFlutterPluginPlatform class