restartApp method
Restarts the current app without installing a staged update.
Implementation
Future<void> restartApp() {
throw UnimplementedError("restartApp() has not been implemented.");
}
Restarts the current app without installing a staged update.
Future<void> restartApp() {
throw UnimplementedError("restartApp() has not been implemented.");
}