getReferendumVoteConvictions method

Future<List?> getReferendumVoteConvictions()

Implementation

Future<List?> getReferendumVoteConvictions() async {
  final List? res = await service.getReferendumVoteConvictions();
  return res;
}