paginationProperty method
Defines the property key used to pass the page to the request url
This is used for pagination to increase the page inside of the fetchMore
method.
Implementation
String paginationProperty() {
return 'page';
}
Defines the property key used to pass the page to the request url
This is used for pagination to increase the page inside of the fetchMore
method.
String paginationProperty() {
return 'page';
}