updateGatewayNameAndDescription_Pre method

Future<OperationResponse> updateGatewayNameAndDescription_Pre(
  1. ServiceCall call,
  2. Future<GatewayInfo> request
)

Implementation

$async.Future<$0.OperationResponse> updateGatewayNameAndDescription_Pre($grpc.ServiceCall call, $async.Future<$3.GatewayInfo> request) async {
  return updateGatewayNameAndDescription(call, await request);
}