Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrinneal committed May 19, 2023
1 parent 8ed31f7 commit 044e5d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/image_picker/image_picker/lib/image_picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class ImagePicker {
/// If that happens, the result will be lost in this call. You can then
/// call [getLostData] when your app relaunches to retrieve the lost data.
///
/// If no images or videos were picked, the return value is null.
/// If no images or videos were picked, the return value is an empty list.
Future<List<XFile>> pickMedia({
List<MediaSelectionType>? types,
double? maxWidth,
Expand Down

0 comments on commit 044e5d5

Please sign in to comment.