getFragment method

ResponseFuture<GetFragmentResponse> getFragment(
  1. GetFragmentRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$9.GetFragmentResponse> getFragment($9.GetFragmentRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getFragment, request, options: options);
}