setupProcess property
final
Generate common resources required to process individual inputs. The outputs are passed to all calls of processInput.
Implementation
@override
final Future<CR> Function() setupProcess;
Generate common resources required to process individual inputs. The outputs are passed to all calls of processInput.
@override
final Future<CR> Function() setupProcess;