add method

void add(
  1. Completer<T> completer
)

Implementation

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