onFileLoading property

(void Function(FilePickerStatus)?) onFileLoading
final

If you want to track picking status, for example, because some files may take some time to be cached (particularly those picked from cloud providers), you may want to set onFileLoading handler that will give you the current status of picking.

Implementation

final void Function(FilePickerStatus)? onFileLoading;