add method

void add(
  1. Completer<T> value
)

Implementation

void add(Completer<T> value) {
  _completers.add(value);
}