Skip to content

Commit 57951e2

Browse files
committed
fix: listInputDevices() documentation.
Issue #431
1 parent f52d5fc commit 57951e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

record/lib/src/record.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ class AudioRecorder {
169169

170170
/// Lists capture/input devices available on the platform.
171171
///
172-
/// On Android and iOS, an empty list will be returned.
173-
///
174172
/// On web, and in general, you should already have permission before
175173
/// accessing this method otherwise the list may return an empty list.
176174
Future<List<InputDevice>> listInputDevices() async {

0 commit comments

Comments
 (0)