unblockIp method

void unblockIp(
  1. String ip
)

Unblocks an IP address

Implementation

void unblockIp(String ip) {
  blockedIps.remove(ip);
}