redux
Toggle table of contents
1.1.7-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
redux
test-support
/
com.episode6.redux.testsupport
/
StoreManager
Store
Manager
interface
StoreManager
<
T
>
A wrapper around a
StoreFlow
that allows it to be shut down at the end of a test
Members
Functions
shutdown
Link copied to clipboard
abstract
fun
shutdown
(
)
store
Link copied to clipboard
abstract
suspend
fun
store
(
)
:
StoreFlow
<
T
>