Async methods
This includes async functions and normal functions that return a promise.
Async methods automatically call this.unblock()
The main advantage here is that it allows async/await and/or makes working with callbacks easier.
Async methods
This includes async functions and normal functions that return a promise.
Async methods automatically call this.unblock()
The main advantage here is that it allows async/await and/or makes working with callbacks easier.