restartApp method

Future<void> restartApp()

Implementation

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