Interface for key-value storage operations, allowing storage and retrieval of various data types. More...
import meta.dart;import _library_context.dart;import containers__conversion.dart;import exception.dart;import lazy_list.dart;import lazy_map.dart;import native_types.dart;import to_native.dart;import to_platform.dart;
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | KeyValueStorage |
| Interface for key-value storage operations, allowing storage and retrieval of various data types. More... | |
Interface for key-value storage operations, allowing storage and retrieval of various data types.
Definition in file key_value_storage.dart.