detach method

void detach()

Implementation

void detach() {
  _subscription?.cancel();
  notifyListeners();
}