userExists

# userExists

Brief description

Checks whether there is a user with the same Id in the user storage.

# Return

True if the user already exists in the storage, False otherwise.

# Parameters

Name Summary
userId

Id to check for

Content
abstract fun userExists(userId: String): Boolean