dispose method
void
dispose()
The method for the dispose.
Implementation
void dispose() {
WidgetsBinding.instance.removeObserver(this);
}
The method for the dispose.
void dispose() {
WidgetsBinding.instance.removeObserver(this);
}