static void callJsFunction(String functionName, List<dynamic> arguments) { js.context.callMethod(functionName, arguments); }