App constructor

App({
  1. required Router router,
  2. Environment environment = Environment.other,
})

Implementation

App({required this.router, this.environment = Environment.other}) {
  _container = router.container;
}