stop method

void stop()

Stop listener

Implementation

void stop() {
  _widgetsBindingInstance.removeObserver(_listener);
  _instance = null;
}