ignoreInit method

bool ignoreInit()
inherited

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;