restart static method
Reloads the app
Implementation
static void restart(BuildContext context) {
context.findAncestorStateOfType<_LocalizedAppState>()!.restart();
}
Reloads the app
static void restart(BuildContext context) {
context.findAncestorStateOfType<_LocalizedAppState>()!.restart();
}