execute abstract method

  1. @protected
FutureOr<T> execute(
  1. List<T> previousOutputs
)

Execute the plugin with a list of previous outputs.

Implementation

@protected
FutureOr<T> execute(List<T> previousOutputs);