deleteOneHTTP_Pre method

Future<ServerGoEmpty> deleteOneHTTP_Pre(
  1. ServiceCall call,
  2. Future<HTTPConfig> request
)

Implementation

$async.Future<$0.ServerGoEmpty> deleteOneHTTP_Pre($grpc.ServiceCall call, $async.Future<$0.HTTPConfig> request) async {
  return deleteOneHTTP(call, await request);
}