once method

Implementation

ControlSubscription<T> once() {
  _until = (value) => true;
  return this;
}