dropEntryOmni method

bool dropEntryOmni(
  1. String shortLink
)

Implementation

bool dropEntryOmni(String shortLink) {
  //set this entry as seen
  return true;
}