registerTask method

void registerTask(
  1. String taskId
)

Implementation

void registerTask(String taskId) => _activeTasks.add(taskId);