removeObserver method

void removeObserver()

Implementation

void removeObserver() {
  _observer = null;
}