menu
windows_audio package
documentation
windows_audio_platform_interface.dart
WindowsAudioPlatform
getPlatformVersion method
getPlatformVersion method
dark_mode
light_mode
getPlatformVersion
method
Future
<
String
?
>
getPlatformVersion
(
)
Implementation
Future<String?> getPlatformVersion() async { return "1.0.0"; }
windows_audio package
documentation
windows_audio_platform_interface
WindowsAudioPlatform
getPlatformVersion method
WindowsAudioPlatform class