• Asynchronous method to force the method to complete asynchronously

    Returns Promise<void>

    this.isLoading = true;
    await yieldAsync(); // makes sure this.isLoading is true, and the subsequence call is based on this.isLoading being true