loadAllConfig method

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

Implementation

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