setIp method

void setIp(
  1. int ip
)

Implementation

void setIp(
  int ip,
) =>
    _setIp.call(
      this,
      ip,
    );