getUser

suspend fun getUser(userID: String = userName!!)

Fetches the user details from the database

Return

Unit

Parameters

userID

String the user id

See also