enableCollectAspect static method

void enableCollectAspect(
  1. Iterable<Object>? widgetAspects
)

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

Implementation

static void enableCollectAspect(Iterable<Object>? widgetAspects) {
  stateWidgetAspects = widgetAspects;
  stateWidgetAspectsFlag = true;
}