dictionaryFetch_Pre method

Future<DictionaryFetchResponse_> dictionaryFetch_Pre(
  1. ServiceCall call,
  2. Future<DictionaryFetchRequest_> request
)

Implementation

$async.Future<$0.DictionaryFetchResponse_> dictionaryFetch_Pre(
    $grpc.ServiceCall call,
    $async.Future<$0.DictionaryFetchRequest_> request) async {
  return dictionaryFetch(call, await request);
}