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