Future<Map?> queryNextExternal() async { final data = await serviceRoot.webView!.evalJavascript('gov.fetchExternal(api)'); return data; }