refreshApp static method

void refreshApp(
  1. BuildContext context
)

Implementation

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