FareListViewModel
class FareListViewModel(exceptionHandler: ExceptionHandler, ryderId: String, getFaresByIdUseCase: GetFaresByIdUseCase) : ViewModel, ContainerHost<FareListState, FareListEffect>
Constructors
Link copied to clipboard
constructor(exceptionHandler: ExceptionHandler, ryderId: String, getFaresByIdUseCase: GetFaresByIdUseCase)