clearPlanSlug method
Clear the plan slug for the given session.
Implementation
void clearPlanSlug(String sessionId) {
_planSlugCache.remove(sessionId);
}
Clear the plan slug for the given session.
void clearPlanSlug(String sessionId) {
_planSlugCache.remove(sessionId);
}