send method

void send(
  1. Response response
)

Sends a Response to the consumer of the workflows communication (onData).

Implementation

void send(final Response response) => sink.add(response);