restartLaunch method
- GhosttyTerminalShellLaunch launch
Restarts the controller using a resolved launch plan.
Implementation
Future<void> restartLaunch(GhosttyTerminalShellLaunch launch) async {
await stop();
await startLaunch(launch);
}
Restarts the controller using a resolved launch plan.
Future<void> restartLaunch(GhosttyTerminalShellLaunch launch) async {
await stop();
await startLaunch(launch);
}