dispose method

void dispose()

Implementation

void dispose() {
  this._easyRefreshState = null;
  this.finishRefreshCallBack = null;
  this.finishLoadCallBack = null;
  this.resetLoadStateCallBack = null;
  this.resetRefreshStateCallBack = null;
}