pickImages method

  1. @override
Future<List<XFile>?> pickImages()
override

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

@override
Future<List<XFile>?> pickImages() {
  throw UnimplementedError('Unknown platform');
}