delGateway_Pre method

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

Implementation

$async.Future<$1.OperationResponse> delGateway_Pre($grpc.ServiceCall call, $async.Future<$5.GatewayInfo> request) async {
  return delGateway(call, await request);
}