dispose method

void dispose()

Implementation

void dispose() {
	this._cancelDirtyTickIfNeeded();
	this._sub.cancel();
	this._observer.close();
}