ignoreInit method
view state provider is absent if ignoreInit returns true. hence view state should not be used if init is to be skipped in any view
Implementation
bool ignoreInit() => false;
view state provider is absent if ignoreInit returns true. hence view state should not be used if init is to be skipped in any view
bool ignoreInit() => false;