We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52d5fc commit 57951e2Copy full SHA for 57951e2
record/lib/src/record.dart
@@ -169,8 +169,6 @@ class AudioRecorder {
169
170
/// Lists capture/input devices available on the platform.
171
///
172
- /// On Android and iOS, an empty list will be returned.
173
- ///
174
/// On web, and in general, you should already have permission before
175
/// accessing this method otherwise the list may return an empty list.
176
Future<List<InputDevice>> listInputDevices() async {
0 commit comments