ShowFileChooserResponse constructor

ShowFileChooserResponse({
  1. List<String>? filePaths,
  2. required bool handledByClient,
})

Implementation

ShowFileChooserResponse({this.filePaths, required this.handledByClient});