loadSnapshotChunk method

ResponseFuture<ResponseLoadSnapshotChunk> loadSnapshotChunk(
  1. RequestLoadSnapshotChunk request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ResponseLoadSnapshotChunk> loadSnapshotChunk(
    $0.RequestLoadSnapshotChunk request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$loadSnapshotChunk, request, options: options);
}