Represents a redux store backed by a kotlinx.coroutines.flow.StateFlow
Maps a StoreFlow that emits a state of type T to one that emits a state of type R, by applying the given mapper to its emissions.