menu
kaeru package
documentation
widget/kaeru_widget/composables/use_request/pagination/controller.dart
PaginationController<T>
refresh method
refresh method
dark_mode
light_mode
refresh
method
void
refresh
(
)
Re-runs the request for the current page. Alias for
run
.
Implementation
void refresh() => run();
kaeru package
documentation
widget/kaeru_widget/composables/use_request/pagination/controller
PaginationController<T>
refresh method
PaginationController class