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