StopExploringUseCase

class StopExploringUseCase @Inject constructor(repo: StudyPlanetRepository)

Use case for stopping the process of exploring a discovered planet.

Constructors

Link copied to clipboard
@Inject
constructor(repo: StudyPlanetRepository)

Functions

Link copied to clipboard
operator fun invoke(selectedTimeInMillis: Int, selectedPlanetId: Int): Flow<Resource<Int>>

Invokes the use case to stop the process of exploring a discovered planet.