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