menu
televerse package
documentation
plugins.dart
SessionPlugin<CTX extends Context, TSession>
getSessionKey property
getSessionKey property
dark_mode
light_mode
getSessionKey
property
String
Function
(
CTX
ctx
)
getSessionKey
final
Function to generate session keys from context.
Implementation
final String Function(CTX ctx) getSessionKey;
televerse package
documentation
plugins
SessionPlugin<CTX extends Context, TSession>
getSessionKey property
SessionPlugin class