pickImages abstract method

Future<List<XFile>?> pickImages()

Pick multiple images at once.

Open the image gallery on Android and iOS platforms. While on Desktop and Web this will open a dialog images picker

Implementation

Future<List<XFile>?> pickImages();