restartApp static method
Implementation
static void restartApp(BuildContext context) {
var d= context.findAncestorStateOfType<_RestartRFState>();
context.findAncestorStateOfType<_RestartRFState>()!.restartApp();
}
static void restartApp(BuildContext context) {
var d= context.findAncestorStateOfType<_RestartRFState>();
context.findAncestorStateOfType<_RestartRFState>()!.restartApp();
}