getAllTCP_Pre method

Future<PortList> getAllTCP_Pre(
  1. ServiceCall call,
  2. Future<SessionConfig> request
)

Implementation

$async.Future<$0.PortList> getAllTCP_Pre($grpc.ServiceCall call, $async.Future<$0.SessionConfig> request) async {
  return getAllTCP(call, await request);
}