saveProfilePictureForUser

abstract suspend fun saveProfilePictureForUser(user: ExamerUser, bitmap: Bitmap)

Used to the save the profile picture (represented as a Bitmap) for the specified user.