removeAspects method

void removeAspects(
  1. RxImpl other
)

Remove other.aspects from the aspects of this mediator variable.

Implementation

void removeAspects(RxImpl other) {
  aspects.removeAll(other.aspects);
}