setError method
void
setError(
- dynamic error
inherited
Sets the error for the ViewModel
Implementation
void setError(dynamic error) {
setErrorForObject(this, error);
}
Sets the error for the ViewModel
void setError(dynamic error) {
setErrorForObject(this, error);
}