Callback typedef

Callback = Future<void> Function(ProcessResult)

Implementation

typedef Callback = Future<void> Function(ProcessResult);