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