deleteDocument_Pre method

Future<Value> deleteDocument_Pre(
  1. ServiceCall call,
  2. Future<DeleteDocumentRequest> request
)

Implementation

$async.Future<$0.Value> deleteDocument_Pre($grpc.ServiceCall call,
    $async.Future<$2.DeleteDocumentRequest> request) async {
  return deleteDocument(call, await request);
}