MyApp constructor

const MyApp({
  1. Key? key,
  2. required GoRouter router,
  3. required Store<AppState> store,
})

Implementation

const MyApp({super.key, required this.router, required this.store});