shouldNotDisposeCubitAndState property
bool
get
shouldNotDisposeCubitAndState
If TRUE, the Cubit close() function will not be called when View is disposed Default is FALSE
Implementation
bool get shouldNotDisposeCubitAndState => false;