StoreManager

@ExperimentalCoroutinesApi
fun <T> TestScope.StoreManager(context: CoroutineContext = UnconfinedTestDispatcher(), storeBuilder: CoroutineScope.() -> StoreFlow<T>): StoreManager<T>

Returns a StoreManager that wraps an instance of the StoreFlow created in storeBuilder