setStore method

void setStore(
  1. Store<CoreState> store
)
inherited

Implementation

void setStore(Store<St> store) => _store = store;