getAllHttpInfoListByServerUuid_Pre method

Future<HttpInfoList> getAllHttpInfoListByServerUuid_Pre(
  1. ServiceCall call,
  2. Future<Empty> request
)

Implementation

$async.Future<$6.HttpInfoList> getAllHttpInfoListByServerUuid_Pre($grpc.ServiceCall call, $async.Future<$0.Empty> request) async {
  return getAllHttpInfoListByServerUuid(call, await request);
}