menu
kronix package
documentation
session/store.dart
SessionStore
get abstract method
get abstract method
dark_mode
light_mode
get
abstract method
Future
<
Map
<
String
,
dynamic
>
?
>
get
(
String
id
)
Retrieves session data by ID.
Implementation
Future<Map<String, dynamic>?> get(String id);
kronix package
documentation
session/store
SessionStore
get abstract method
SessionStore class