staticasync(code:Dynamic):Dynamic
In JavaScript, runs the given block of code within an async function, enabling the await keyword. On other targets, runs the code normally.
async
await