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