startDisposing method
void
startDisposing()
Start disposing
Implementation
void startDisposing() {
if (_state != LifecycleState.disposed) {
_state = LifecycleState.disposing;
notifyListeners();
}
}
Start disposing
void startDisposing() {
if (_state != LifecycleState.disposed) {
_state = LifecycleState.disposing;
notifyListeners();
}
}