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