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