//Android/br.com.arch.toolkit.android.storage/StorageInitializer
[android]
class StorageInitializer : Initializer<Unit>
An Initializer for the storage system, ensuring Storage.KeyValue is initialized before use.
| Name | Summary |
|---|---|
| create | [android] @NonNull abstract fun create(@NonNullp0: @EnhancedNullability android/content/Context) [android] open override fun create(context: ERROR CLASS: Symbol not found for Context) Initializes Storage.KeyValue. |
| dependencies | [android] open override fun dependencies(): MutableList<Class<out Initializer<*>>> List of dependencies for this initializer. |