PreprocessPickerError typedef

PreprocessPickerError = Future<void> Function(Object error)

Implementation

typedef PreprocessPickerError = Future<void> Function(
  Object error,
);