Object run(String javascript) async { String data = await _controller.runJavascriptReturningResult(javascript); return json.decode(data); }