menu
kronix package
documentation
session/session.dart
Session
get<T> method
get<T> method
dark_mode
light_mode
get<
T
>
method
T?
get
<
T
>(
String
key
)
Gets a value from the session.
Implementation
T? get<T>(String key) => _data[key] as T?;
kronix package
documentation
session/session
Session
get<T> method
Session class