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