updateUserStatus

suspend fun updateUserStatus(userUuid: String, isOnline: Boolean, userAddress: String?)

Updates a user's online status and associated address.

Parameters

userUuid

The UUID of the user.

isOnline

True if the user is online, false otherwise.

userAddress

The current address of the user, if available.