removeListener method

void removeListener()

Implementation

void removeListener() {
  _listener = null;
}