clearPlanSlug method

void clearPlanSlug(
  1. String sessionId
)

Clear the plan slug for the given session.

Implementation

void clearPlanSlug(String sessionId) {
  _planSlugCache.remove(sessionId);
}