Skip to content

Commit

Permalink
fix: listInputDevices() documentation.
Browse files Browse the repository at this point in the history
Issue #431
  • Loading branch information
llfbandit committed Nov 6, 2024
1 parent f52d5fc commit 57951e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions record/lib/src/record.dart
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ class AudioRecorder {

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

0 comments on commit 57951e2

Please sign in to comment.