RepoViewModel
class RepoViewModel @Inject constructor(client: AppHttpClient, dataService: AppDataService, savedStateHandle: SavedStateHandle) : ViewModel
Content copied to clipboard
ViewModel for screen RepoScreen
Constructors
RepoViewModel
Link copied to clipboard
@Inject
Content copied to clipboard
Functions
updateRepo
Link copied to clipboard
fun updateRepo()
Content copied to clipboard
Query update repo
Properties
client
Link copied to clipboard
dataService
Link copied to clipboard
savedStateHandle
Link copied to clipboard