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