dartStore property
Store
get
dartStore
The Dart Redux Store
instance.
Set once within _reduxifyStore
, and should only be used internally.
See:
createStoreHook
/useStore
.
Implementation
external Store get dartStore;