rebirth static method
Implementation
static rebirth(BuildContext context) {
context.findAncestorStateOfType<_PhoenixState>()!.restartApp();
}
static rebirth(BuildContext context) {
context.findAncestorStateOfType<_PhoenixState>()!.restartApp();
}