removeObserver method

void removeObserver()

Implementation

void removeObserver() {
  WidgetsBinding.instance.removeObserver(this);
}