getCastsByParent method

ResponseFuture<MessagesResponse> getCastsByParent(
  1. CastsByParentRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.MessagesResponse> getCastsByParent($1.CastsByParentRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getCastsByParent, request, options: options);
}