showFilePicker abstract method

Future<List<String>> showFilePicker(
  1. List<String> allowedExtensions, {
  2. bool pickMultiple = false,
})

Implementation

Future<List<String>> showFilePicker(List<String> allowedExtensions,
    {bool pickMultiple = false});