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