unregisterTask method

void unregisterTask(
  1. String taskId
)

Implementation

void unregisterTask(String taskId) => _activeTasks.remove(taskId);