redux<N extends ReduxNotifier<T>, T> abstract method

Dispatcher<N, T> redux<N extends ReduxNotifier<T>, T>(
  1. ReduxProvider<N, T> provider
)

Get a proxy class to dispatch actions to a ReduxNotifier.

Implementation

Dispatcher<N, T> redux<N extends ReduxNotifier<T>, T>(
  ReduxProvider<N, T> provider,
);