pickMultipleImages method

Future<List<String>?> pickMultipleImages()

Unsupported on non-web platforms. Throws UnsupportedError.

Implementation

Future<List<String>?> pickMultipleImages() async {
  throw UnsupportedError('Web picker is only supported on the web platform.');
}