enumeratePlaybackDevices abstract method
Enumerates the audio playback devices.
This method is for Windows and macOS only.
Returns Success: Returns an AudioDeviceInfo array, which includes all the audio playback devices. Failure: An empty array.
Implementation
Future<List<AudioDeviceInfo>> enumeratePlaybackDevices();