dispose method

void dispose()

Remove any resources allocated.

Implementation

void dispose() {
  // Remove the observer of application events.
  WidgetsBinding.instance.removeObserver(this);
}