send method

void send(
  1. T t
)

Implementation

void send(T t) => add(t);