restoreWorktreeSession method
Restore the worktree session on --resume.
Implementation
void restoreWorktreeSession(WorktreeSession? session) {
currentSession.value = session;
}
Restore the worktree session on --resume.
void restoreWorktreeSession(WorktreeSession? session) {
currentSession.value = session;
}