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