body abstract method

Future<void> body(
  1. SequencerType sequencer
)

Operations to perform on sequencer, usually adding new SequenceItems to sequencer.

Implementation

Future<void> body(SequencerType sequencer);