How to reload the webpage using Appium?

“1. Using Refresh command- driver.navigate().refresh(); 2. Using get command- driver.get(“”https://www.google.com.bd/””); //Or the page URL. 3. Using the current url- driver.navigate().to(driver.getCurrentUrl());”