unBanIp method

void unBanIp(
  1. String ip
)

Implementation

void unBanIp(String ip) {
  postMessage("unBanIp", {"ip": ip});
}