Sleep for a given number of milliseconds. Note that this method is async, so please remember to call it with await, like await sleep(1000);.
await sleep(1000);
Sleep for a given number of milliseconds. Note that this method is async, so please remember to call it with await, like
await sleep(1000);
.