Javascript – How to call an async JS function from Flutter and get result?
I need to get the search results from Algolia on Flutter Web from JS? This is in the index.html: <script> const client = algoliasearch("4HURXXXXX", "xxxxxb8fxxxx"); async function asyncTest(indexx, text, hitCallback, errorCallback) { // Get the const index = client.initIndex(indexx); const…