void finishRefresh({ bool success = true, bool noMore = false, }) { if (finishRefreshCallBack != null) { finishRefreshCallBack!(success: success, noMore: noMore); } }