menu
stash package
documentation
stash_api.dart
Stash<T>
operator [] abstract method
operator [] abstract method
dark_mode
light_mode
operator []
abstract method
Future
<
T?
>
operator []
(
String
key
)
Get the stash value for the specified
key
.
key
: the key
Implementation
Future<T?> operator [](String key);
stash package
documentation
stash_api
Stash<T>
operator [] abstract method
Stash class