actionListener property

Stream<ReduxAction> actionListener

Implementation

Stream<ReduxAction> get actionListener {
  return store.actionListener;
}