How to add wait.until . on appium webdriver . wait till visibility of specific element of android.Python programing

How to add wait.until . on appium webdriver . wait till visibility of specific element of android.Python programing

http://www.seleniumhq.org/docs/04_webdriver_advanced.jsp

Thanks . its working

await driver.waitForElementById("android:id/button1",10000,500)