disableCollectAspect static method

void disableCollectAspect()

disable auto add static aspects to aspects of rx - by getter

Implementation

static void disableCollectAspect() {
  stateWidgetAspects = null;
  stateWidgetAspectsFlag = false;
}