process abstract method

Future<FileWrapper> process(
  1. FilePickerConfig config,
  2. FileWrapper wrapper
)

method that is to be implemented.

Implementation

Future<FileWrapper> process(FilePickerConfig config, FileWrapper wrapper);