eliminate method

void eliminate(
  1. BtSubscription<T> sub
)

Implementation

void eliminate(BtSubscription<T> sub) {
  _stream.eliminate(sub);
}