HI Everyone while method we need to use to get the...
# multiplatform
n
HI Everyone while method we need to use to get the data from #realm in kmm as i am using below function to retrieve data
Copy code
fun expressions(): List<Expression> {
    return realm.objects(Expression::class)
}
but no luck i am getting empty values but when i see in database file data are there in database