FilePickerHelper constructor

FilePickerHelper(
  1. NexFilePickerState callback
)

Constructor for FilePickerHelper.

callback is an instance of NexFilePickerState that will handle the success and error states.

Implementation

FilePickerHelper(this.callback);