iOS does not provide a back button like Android we should be able to add a back arrow with a top bar with title using launch function ``` flutterWebviewPlugin.launch(url, backButton: true, title: "Page tile in top bar"); ```