template_router_interface library Null safety
Constants
- presentationRoutingInterfaceTemplateFile → const String
-
Router interface template
r''' abstract class ITemplateRouter { void goToNextPage({List<dynamic>? args}); void moveBack({List<dynamic>? args}); } '''