getCurrentSessionId static method
Implementation
static String getCurrentSessionId() {
final userId = Prefs.getString('user_pseudo_id') ?? '';
final sessionStart = getCurrentSessionStart();
return '$userId:$sessionStart';
}
static String getCurrentSessionId() {
final userId = Prefs.getString('user_pseudo_id') ?? '';
final sessionStart = getCurrentSessionStart();
return '$userId:$sessionStart';
}