add

abstract suspend fun add(task: Task)

Adds a new task to the repository.

Parameters

task

The task to be added.