FilePickerListener typedef

FilePickerListener = void Function(FilePickerStatus status)

A listener informing about the copy status of the selected file.

Implementation

typedef FilePickerListener = void Function(FilePickerStatus status);