menu
televerse package
documentation
plugins.dart
SessionStorage<T>
has abstract method
has abstract method
dark_mode
light_mode
has
abstract method
Future
<
bool
>
has
(
String
key
)
Checks if session data exists for the given key.
Implementation
Future<bool> has(String key);
televerse package
documentation
plugins
SessionStorage<T>
has abstract method
SessionStorage class