generateOneGatewayWithServerUuid_Pre method

Future<GatewayInfo> generateOneGatewayWithServerUuid_Pre(
  1. ServiceCall call,
  2. Future<StringValue> request
)

Implementation

$async.Future<$3.GatewayInfo> generateOneGatewayWithServerUuid_Pre($grpc.ServiceCall call, $async.Future<$0.StringValue> request) async {
  return generateOneGatewayWithServerUuid(call, await request);
}