//app/dev.atick.compose.repository.user/UserDataRepository/setUserProfile
setUserProfile
[androidJvm]\ abstract suspend fun setUserProfile(profile: Profile): Result<Unit>
Sets the user ID in the user preferences.
Return
Result indicating the success or failure of the operation.
Parameters
androidJvm
profile | The user ID to be set. |