pickMultipleImages method
Unsupported on non-web platforms. Throws UnsupportedError.
Implementation
Future<List<String>?> pickMultipleImages() async {
throw UnsupportedError('Web picker is only supported on the web platform.');
}
Unsupported on non-web platforms. Throws UnsupportedError.
Future<List<String>?> pickMultipleImages() async {
throw UnsupportedError('Web picker is only supported on the web platform.');
}