dispatchViewEvent method

  1. @protected
void dispatchViewEvent(
  1. ViewAction target
)

Implementation

@protected
void dispatchViewEvent(ViewAction target) {
  _sideEffects.add(target);
}