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