produceInitialJobInstance method

  1. @override
Job produceInitialJobInstance()
override

this function produces an initial instance of this job that MUST be remodified by the user.

Implementation

@override
Job produceInitialJobInstance() {
  return SingleImgJob(inputPath: <String>[Platform.resolvedExecutable]);
}