useUserInfo

inline suspend fun <R> UserInfoContainer.useUserInfo(block: (UserInfo) -> R): R(source)

UserInfoContainer 中的 user 作为 block 中的参数使用。