FilePickerHelper constructor
FilePickerHelper(
- NexFilePickerState callback
Constructor for FilePickerHelper.
callback is an instance of NexFilePickerState that will handle the success and error states.
Implementation
FilePickerHelper(this.callback);