do On After Finally
Calls the action when one of the following events occur:
The Observable signals a terminal event:
onCompleteoronError(the action is called after the observer is called).The Disposable sent to the observer via
onSubscribeis disposed (the action is called after the upstream is disposed).