restartApp static method

void restartApp(
  1. BuildContext context
)

Implementation

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