Skip to content

Commit

Permalink
test impl
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrinneal committed May 19, 2023
1 parent f21022d commit 0547f57
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ class FakeImagePicker extends ImagePickerPlatform {
return <XFile>[XFile('multiImage')];
}

@override
Future<List<XFile>> getMedia({required MediaSelectionOptions options}) async {
return <XFile>[XFile('media')];
}

@override
Future<XFile?> getVideo(
{required ImageSource source,
Expand Down

0 comments on commit 0547f57

Please sign in to comment.