arch-android

//Android/br.com.arch.toolkit.android.storage.delegate/OptionalStorageDelegate/storage

storage

[android]
fun storage(storage: KeyValueStorage): OptionalStorageDelegate<T>

Configures the KeyValueStorage for this delegate.

[android]
fun storage(storage: () -> KeyValueStorage): OptionalStorageDelegate<T>

Configures the KeyValueStorage provider for this delegate.