ViewModel
Abstract base class for view models managing UI state. Each view model holds a mutable UI state and provides error handling capabilities.
Parameters
T
The type of UI state managed by this view model.
Abstract base class for view models managing UI state. Each view model holds a mutable UI state and provides error handling capabilities.
The type of UI state managed by this view model.