DiscoveredPlanetsState

Types

Link copied to clipboard
data class Error(val exception: String) : DiscoveredPlanetsState
Link copied to clipboard
Link copied to clipboard
data class Success(val discoveredPlanets: StateFlow<List<Planet>>) : DiscoveredPlanetsState