getAllConfig method

ResponseFuture<StringValue> getAllConfig(
  1. Empty request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.StringValue> getAllConfig($0.Empty request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getAllConfig, request, options: options);
}