menu
spry package
documentation
session.dart
Session
set abstract method
set abstract method
dark_mode
light_mode
set
abstract method
Future
<
void
>
set
(
String
key
,
String
value
)
Stores the given
value
for the given
key
.
Implementation
Future<void> set(String key, String value);
spry package
documentation
session
Session
set abstract method
Session class