clear method

dynamic clear()

Implementation

clear() {
  _completers.forEach((_, it) => it.completeError('clear'));
}