Projects Screen View Model

class ProjectsScreenViewModel(snackbarHostState: SnackbarHostState)

The ProjectsScreenViewModel class is the support class used by the ProjectsScreen to execute the refreshing routines to update the projects data of the user

Author

N7ghtm4r3 - Tecknobit

Parameters

snackbarHostState

: the host to launch the snackbar messages

See also

FetcherManagerWrapper
EquinoxViewModel

Constructors

Link copied to clipboard
constructor(snackbarHostState: SnackbarHostState)

Properties

Link copied to clipboard
val projects: StateFlow<List<<Error class: unknown class>>>

Functions

Link copied to clipboard

Function to refresh the _projects list