driver.manage().timeouts().pageLoadTimeout(30, TimeUnit.SECONDS) - Method is not implemented

The below command is showing “Method is not implemented” message while using iOS driver but It is working in web browser. How to handle page load timeout in appium for iOS webdriver ?

Command:-

driver.manage().timeouts().pageLoadTimeout(30, TimeUnit.SECONDS)