menu
plugin_volume_info package
documentation
volume_info.dart
VolumeInfo
getVolumeState method
getVolumeState method
dark_mode
light_mode
getVolumeState
method
Future
<
String
?
>
getVolumeState
(
String
uuid
)
Implementation
Future<String?> getVolumeState(String uuid) => VolumeInfoPlatform.instance.getVolumeState(uuid);
plugin_volume_info package
documentation
volume_info
VolumeInfo
getVolumeState method
VolumeInfo class