key

open val key: String

The key used by the storage implementation to bind the value to it. It should be unique in the scope of the app.

The default implementation tries to use the implementation class' simpleName. If your implementation has no name, for example an abstract class, make sure to override this property to avoid runtime crashes.