next method

void next(
  1. T value
)

Implementation

void next(T value) {
  _controllableValue.add(value);
}