getAllPorts_Pre method

Future<PortInfoList> getAllPorts_Pre(
  1. ServiceCall call,
  2. Future<Empty> request
)

Implementation

$async.Future<$6.PortInfoList> getAllPorts_Pre($grpc.ServiceCall call, $async.Future<$0.Empty> request) async {
  return getAllPorts(call, await request);
}