Future<List?> getReferendumVoteConvictions() async { final dynamic res = await serviceRoot.webView! .evalJavascript('gov.getReferendumVoteConvictions(api)'); return res; }