deleteKey_Pre method

Future<DeleteKeyResponse> deleteKey_Pre(
  1. ServiceCall call,
  2. Future<DeleteKeyRequest> request
)

Implementation

$async.Future<$9.DeleteKeyResponse> deleteKey_Pre($grpc.ServiceCall call, $async.Future<$9.DeleteKeyRequest> request) async {
  return deleteKey(call, await request);
}