FilePicker constructor

FilePicker(
  1. String? accept
)

Implementation

factory FilePicker(String? accept) => create(accept: accept);