CustomExecution constructor

CustomExecution(
  1. Future callback(
    1. TaskDefinition
    )
)

Implementation

factory CustomExecution(
        _i2.Future<_i2.dynamic> Function(_i3.TaskDefinition) callback) =>
    _i5.callConstructor(
      _declaredCustomExecution,
      [_i5.allowInterop(callback)],
    );