dictionarySet_Pre method

Future<DictionarySetResponse_> dictionarySet_Pre(
  1. ServiceCall call,
  2. Future<DictionarySetRequest_> request
)

Implementation

$async.Future<$0.DictionarySetResponse_> dictionarySet_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.DictionarySetRequest_> request) async {
  return dictionarySet(call, await request);
}