generateOneGatewayWithServerUuid_Pre method
Future<GatewayInfo>
generateOneGatewayWithServerUuid_Pre(
- ServiceCall call,
- Future<
StringValue> request
Implementation
$async.Future<$5.GatewayInfo> generateOneGatewayWithServerUuid_Pre($grpc.ServiceCall call, $async.Future<$2.StringValue> request) async {
return generateOneGatewayWithServerUuid(call, await request);
}