restartApp method

Future<void> restartApp()

Restarts the current app without installing a staged update.

Implementation

Future<void> restartApp() {
  throw UnimplementedError("restartApp() has not been implemented.");
}