invoke

operator fun invoke(selectedTimeInMillis: Int, selectedPlanetId: Int): Flow<Resource<Unit>>

Invokes the use case to start the process of exploring a selected planet.

Return

Flow> A flow of the result of the exploration process.

Parameters

selectedTimeInMillis

The selected time for the exploration process.

selectedPlanetId

The ID of the planet to explore.