menu
flutter_arch package
documentation
base/page/page.dart
BasePageState<T extends StatefulWidget, M extends BasePageModel>
onRefresh method
onRefresh method
dark_mode
light_mode
onRefresh
method
void
onRefresh
(
M
model
)
Implementation
void onRefresh(M model) { model.refreshData(); }
flutter_arch package
documentation
base/page/page
BasePageState<T extends StatefulWidget, M extends BasePageModel>
onRefresh method
BasePageState class