beginAsyncRequestFakeIp method

bool beginAsyncRequestFakeIp(
  1. int nNumPorts
)

Implementation

bool beginAsyncRequestFakeIp(
  int nNumPorts,
) =>
    _beginAsyncRequestFakeIp.call(
      this,
      nNumPorts,
    );