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