dispose method

void dispose()

Implementation

void dispose() {
	this._funcCancelNotificationTick?.call();
	this._funcCancelRecheckValueTick?.call();
	this._sub.cancel();
	this._observer.close();
}