How could we navigate back from flutter app to Native iOS App?
Scenario is I have a Login Page with create account link(which is Native iOS Page) when click on create account button i have to trigger create account module which entire module is developed with flutter.So there is back button in the first page of create account module which intended to navigate back to login page(native iOS). how can i achieve this.