add

abstract suspend fun add(user: User)

Adds a new user to the repository.

Parameters

user

The user to be added.