hasBeenAsked method

bool hasBeenAsked(
  1. String tipId
)

Whether tipId has been marked asked via markAsked (e.g. a permission prompt was shown, regardless of user's answer).

Implementation

bool hasBeenAsked(String tipId) => _asked.containsKey(tipId);