rxAdd method

void rxAdd(
  1. dynamic val
)

Implementation

void rxAdd(dynamic val) {
  (this).add(val);
  (this).refresh();
}