ReposViewModel
class ReposViewModel @Inject constructor(client: AppHttpClient, dataService: AppDataService, storage: CrossStorage) : ViewModel
Content copied to clipboard
ViewModel for screen ReposScreen
Constructors
ReposViewModel
Link copied to clipboard
@Inject
Content copied to clipboard
Functions
sortToggle
Link copied to clipboard
fun sortToggle()
Content copied to clipboard
Toggle type sort
Properties
_isSortASCListRepo
Link copied to clipboard
client
Link copied to clipboard
dataService
Link copied to clipboard
isSortASCListRepo
Link copied to clipboard
storage
Link copied to clipboard