void onDestroy()

Source

void onDestroy() {
  if (this._subscription != null) {
    this._subscription.cancel();
    this._subscription = null;
    this._collection = null;
  }
}