Map<String, Widget Function(BuildContext)> getApplicationRoutes() { return { LaunchPage.route: (BuildContext context) => const LaunchPage(), }; }