dispose method
void
dispose()
Remove any resources allocated.
Implementation
void dispose() {
// Remove the observer of application events.
WidgetsBinding.instance.removeObserver(this);
}
Remove any resources allocated.
void dispose() {
// Remove the observer of application events.
WidgetsBinding.instance.removeObserver(this);
}