disableAndClearRxAutoAspect static method

void disableAndClearRxAutoAspect()

disable RxAutoAspectFlag And clear RxAutoAspects

Implementation

static void disableAndClearRxAutoAspect() {
  stateRxAutoAspectFlag = false;
  stateRxAutoAspects.clear();
}