menu
amr_plugin package
documentation
amr_plugin_platform_interface.dart
AmrPluginPlatform
getPlatformVersion method
getPlatformVersion method
dark_mode
light_mode
getPlatformVersion
method
Future
<
String
?
>
getPlatformVersion
(
)
Implementation
Future<String?> getPlatformVersion() async { return _instance.getPlatformVersion(); }
amr_plugin package
documentation
amr_plugin_platform_interface
AmrPluginPlatform
getPlatformVersion method
AmrPluginPlatform class