refreshApp static method
Implementation
static void refreshApp(BuildContext context) {
context
.findAncestorStateOfType<_RefreshWidgetTreeState>()
?.refreshAppState();
}
static void refreshApp(BuildContext context) {
context
.findAncestorStateOfType<_RefreshWidgetTreeState>()
?.refreshAppState();
}