//Android/br.com.arch.toolkit.android.storage.delegate/NonOptionalStorageDelegate/storage
[android]
fun storage(storage: KeyValueStorage): NonOptionalStorageDelegate<T>
Configures the KeyValueStorage for this delegate.
[android]
fun storage(storage: () -> KeyValueStorage): NonOptionalStorageDelegate<T>
Configures the KeyValueStorage provider for this delegate.