ViewSelectionPlugin constructor

const ViewSelectionPlugin({
  1. required List<SimulatableGoRoute> simulatedRoutes,
  2. required GoRouter router,
  3. Key? key,
})

Implementation

const ViewSelectionPlugin({
  required this.simulatedRoutes,
  required this.router,
  Key? key,
}) : super(key: key);