Vote.getAll() methodGet All ProposalsExampleconst proposals = await contract.getAll();console.log(proposals);Signature:getAll(): Promise<Proposal[]>;Returns:Promise<Proposal[]>All the proposals in the contract.RemarksGet all the proposals in this contract.