ReduxBackgroundTask<TState extends ReduxState> constructor

ReduxBackgroundTask<TState extends ReduxState>(
  1. ReduxStore<TState> store
)

Implementation

ReduxBackgroundTask(this.store);