hasSeen method

bool hasSeen(
  1. String tipId
)

Whether tipId has been marked seen via markSeen.

Implementation

bool hasSeen(String tipId) => _seen.containsKey(tipId);