OverrideExtractMultipleFilesFromInputFunction typedef

  1. @visibleForTesting
OverrideExtractMultipleFilesFromInputFunction = List<File> Function(Element? input)

A function that extracts list of files from the file input passed in.

Implementation

@visibleForTesting
typedef OverrideExtractMultipleFilesFromInputFunction = List<html.File>
    Function(html.Element? input);