openWithDetail method

void openWithDetail(
  1. String taskId
)

Open with a specific task detail view.

Implementation

void openWithDetail(String taskId) {
  _skippedListOnMount = true;
  viewMode.value = 'detail';
  detailTaskId.value = taskId;
}