dictionaryDelete method

ResponseFuture<DictionaryDeleteResponse_> dictionaryDelete(
  1. DictionaryDeleteRequest_ request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.DictionaryDeleteResponse_> dictionaryDelete(
    $0.DictionaryDeleteRequest_ request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$dictionaryDelete, request, options: options);
}