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