teller / 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 during development purposes.

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