Study View Model
class StudyViewModel @Inject constructor(startDiscoveringUseCase: StartDiscoveringUseCase, stopDiscoveringUseCase: StopDiscoveringUseCase, startExploringUseCase: StartExploringUseCase, stopExploringUseCase: StopExploringUseCase) : ViewModel
Constructors
Link copied to clipboard
@Inject