restartApp method
void
restartApp()
Implementation
void restartApp() {
config = config.copyWith(unikey: UniqueKey());
update();
}
void restartApp() {
config = config.copyWith(unikey: UniqueKey());
update();
}