addProfileImage

Adds a ProfileImage to a User from the repository.

Parameters

id
The id of the User.
profileImage
The ProfileImage to be added.
open suspend override fun addProfileImage(id: String, profileImage: ProfileImage)