setInitialised method
Sets the initialised value for the ViewModel to true. This is called after the first initialise special ViewModel call
Implementation
void setInitialised(bool value) {
_initialised = value;
}
Sets the initialised value for the ViewModel to true. This is called after the first initialise special ViewModel call
void setInitialised(bool value) {
_initialised = value;
}