applySnapshotChunk method

ResponseFuture<ResponseApplySnapshotChunk> applySnapshotChunk(
  1. RequestApplySnapshotChunk request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ResponseApplySnapshotChunk> applySnapshotChunk(
    $0.RequestApplySnapshotChunk request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$applySnapshotChunk, request, options: options);
}