menu
base_api package
documentation
refresh_api/base_refresh_controller.dart
BaseRefreshController<T extends BaseRefreshApi>
onRefresh method
onRefresh method
dark_mode
light_mode
onRefresh
method
Future
onRefresh
(
)
刷新
Implementation
Future onRefresh() => reloadData();
base_api package
documentation
refresh_api/base_refresh_controller
BaseRefreshController<T extends BaseRefreshApi>
onRefresh method
BaseRefreshController class