send abstract method

void send(
  1. A action
)

send/dispatch an action to the store to have it change state in a controlled manner

Implementation

void send(A action);