touch method

void touch()

Touch to activate rx automatic aspect management.

Implementation

void touch() {
  // add the _tag to the rx automatic aspect list,
  // for later getRxAutoAspects() to register to host
  stateRxAutoAspects.addAll(rxAspects);
}