detach method

  1. @mustCallSuper
void detach()

Implementation

@mustCallSuper
void detach() {
  _notifier?.removeListener(_listener!);
  _notifier = _listener = _controller = null;
  _ticker?.stop();
}