dictionaryFetch abstract method

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

Implementation

$async.Future<$0.DictionaryFetchResponse_> dictionaryFetch(
    $grpc.ServiceCall call, $0.DictionaryFetchRequest_ request);