pickFiles static method

Stream<XFile> pickFiles({
  1. Set<String> mimeTypes = const {},
  2. bool multiple = false,
  3. bool throwOnMimeTypeNotMatch = false,
})

Implementation

static Stream<XFile> pickFiles(
    {Set<String> mimeTypes = const {}, bool multiple = false, bool throwOnMimeTypeNotMatch = false}) async* {}