clearBadge method

void clearBadge(
  1. int index
)

Implementation

void clearBadge(int index) {
  badgeCounts.remove(index);
}