StoreManager

interface StoreManager<T>

A wrapper around a StoreFlow that allows it to be shut down at the end of a test

Functions

Link copied to clipboard
abstract fun shutdown()
Link copied to clipboard
abstract suspend fun store(): StoreFlow<T>