do On Before Finally
Calls the action when one of the following events occur:
The Single signals a terminal event: either
onSuccessoronError(the action is called before the observer is called).The Disposable sent to the observer via
onSubscribeis disposed (the action is called before the upstream is disposed).
Please refer to the corresponding RxJava document.