Check if user is in variant
static bool isInVariant(String experimentId, String variantName) { return _userVariants[experimentId] == variantName; }