pickMultipleFiles method
Implementation
Future<List<String>?> pickMultipleFiles(
MediaOptions options, List<String>? allowedExtensions) {
throw UnimplementedError('pickMultipleFiles() has not been implemented.');
}
Future<List<String>?> pickMultipleFiles(
MediaOptions options, List<String>? allowedExtensions) {
throw UnimplementedError('pickMultipleFiles() has not been implemented.');
}