getUserOrDefault

open fun getUserOrDefault(key: String, defaultValue: User): User

Gets the User argument with the specified key or the defaultValue if no such argument is present

Parameters

key

The key of the argument