My scenario i have 2 methods being call one after another, I want that method1 completes before calling method2 :
await method1(); await method2();