Asynchronous method to force the method to complete asynchronously
this.isLoading = true;await yieldAsync(); // makes sure this.isLoading is true, and the subsequence call is based on this.isLoading being true Copy
this.isLoading = true;await yieldAsync(); // makes sure this.isLoading is true, and the subsequence call is based on this.isLoading being true
Asynchronous method to force the method to complete asynchronously