You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to delete the object class values.
I use this in putobject.
fun putObject(key: String, value: Any, context: Context) {
TinyDB(context).putObject(key, value)
}
but I need to delete also the object.
The text was updated successfully, but these errors were encountered:
How to delete the object class values.
I use this in putobject.
fun putObject(key: String, value: Any, context: Context) {
TinyDB(context).putObject(key, value)
}
but I need to delete also the object.
The text was updated successfully, but these errors were encountered: