Restarts the current app without installing a staged update.
@override Future<void> restartApp() async { await methodChannel.invokeMethod<void>("restartApp"); }