What is the benefit or use case of onGenerateRoute and routes in Flutter.
onGenerateRoute
In my application in first page inside MaterialApp we can define rout
MaterialApp
According to the documentation (I put the link below), onGenerateRoute is used if routes does not contain the requested route.
Flutter onGenerateRoute