teller-android / com.levibostian.teller / Teller / clear

clear

fun clear(): Unit

Deletes all Teller data. Nice to use if the user of your app logs out, or delete Teller data during development of your app for testing.

This function does not delete any of your cache. That is up to you to do. This simply removes all records of ever fetching a cache so the next time you use a Teller repository, a fetch will be performed.