RxDisposer constructor

RxDisposer(
  1. void _disposer()
)

Remove all listeners of rxObserver;

Implementation

RxDisposer(this._disposer);