StopDiscoveringUseCase

class StopDiscoveringUseCase @Inject constructor(repo: StudyPlanetRepository)

Use case for stopping the process of discovering a new planet.

Constructors

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

Functions

Link copied to clipboard
operator fun invoke(selectedTime: Int): Flow<Resource<ActionResponse>>

Invokes the use case to stop the process of discovering a new planet.