DispatchToExtension<A> extension

Dispatch this action to store.

on
  • A

Methods

dispatchTo<S>(RxReduxStore<A, S> store) → void
Dispatch this action to store. See RxReduxStore.dispatch.