I have a question regarding FlutterEngine I have a single cached flutter engine that I wanna reuse on many screens in my android app, so I'd have to somehow navigate the routes inside cached engine.
Is there any way I can set the route of cached engine before starting the flutter activity?
Thankyou.