rxRemove method

void rxRemove(
  1. dynamic val
)

Implementation

void rxRemove(dynamic val) {
  (this).remove(val);
  (this).refresh();
}