SplashViewModel

class SplashViewModel @Inject constructor(fetchRequest: FetchVehicles) : ViewModel

SplashViewModel is used to get the trigger the fetchRequest from the API.

Created at December 24, 2021

Author

Darshan Bhanushali

Constructors

Link copied to clipboard
@Inject
fun SplashViewModel(fetchRequest: FetchVehicles)

Functions

Link copied to clipboard
fun getResponse(): Flow<State<JsonObject>>