menu
spry package
documentation
session.dart
Session
get abstract method
get abstract method
dark_mode
light_mode
get
abstract method
Future
<
String
?
>
get
(
String
key
)
Returns a stored value for the given
key
.
Implementation
Future<String?> get(String key);
spry package
documentation
session
Session
get abstract method
Session class