portTest abstract method

Future<PortTestResponse> portTest({
  1. RpcTag? tag,
  2. int? timeout,
})

Test to see if your incoming peer port is accessible. more info see: port-test

Implementation

Future<PortTestResponse> portTest({RpcTag? tag, int? timeout});