banIp method

void banIp(
  1. String ip
)

Implementation

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