restartApp method

  1. @override
Future<void> restartApp()
override

Restarts the current app without installing a staged update.

Implementation

@override
Future<void> restartApp() async {
  await methodChannel.invokeMethod<void>("restartApp");
}