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