add method

void add(
  1. TaskWithStatus taskWithStatus
)

Implementation

void add(TaskWithStatus taskWithStatus) {
  tasks.add(taskWithStatus);
}