OverrideExtractMultipleFilesFromInputFunction typedef

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

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

Implementation

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