pickImages method

Future<List<String>?> pickImages()

Picks multiple images from the gallery.

Implementation

Future<List<String>?> pickImages() {
  throw UnimplementedError('pickImages() has not been implemented.');
}