Whether tipId has been marked asked via markAsked (e.g. a permission prompt was shown, regardless of user's answer).
tipId
bool hasBeenAsked(String tipId) => _asked.containsKey(tipId);