Use of getUniqueValue() function with Glide Record object
Usually getUniqueValue is used with g_from but....If i use getUniqueValue() function with Glide Record object like below(assuming the table involved is Users table and the query is for a particular record on some condition)var x = gr.getUniqueVal...