listInternalFiles() returns WhereIterable<String> on Web
Version: 4.2.7
Using on Web - Have not tested on other supported platforms
Should return FutureOr<List>
Issue appears to be in file: file_picker_web.dart:103
Fix suggested:
return fs.toList()
Version: 4.2.7
Using on Web - Have not tested on other supported platforms
Should return FutureOr<List>
Issue appears to be in file: file_picker_web.dart:103
Fix suggested:
return fs.toList()