DyFetchCustomParamConfig constructor
const
DyFetchCustomParamConfig({
- DyFetchCustomParam? onNextPage,
- DyFetchCustomParam? onRefresh,
- DyFetchCustomParam? onRefreshByIndicator,
- DyFetchCustomParam? onFirstInit,
Implementation
const DyFetchCustomParamConfig(
{this.onNextPage,
this.onRefresh,
this.onRefreshByIndicator,
this.onFirstInit});