|
|
|
@ -443,8 +443,9 @@ class _LiveCarePatmentPageState extends State<LiveCarePatmentPage> {
|
|
|
|
context,
|
|
|
|
context,
|
|
|
|
MaterialPageRoute(builder: (context) => LandingPage()),
|
|
|
|
MaterialPageRoute(builder: (context) => LandingPage()),
|
|
|
|
(Route<dynamic> route) => false,
|
|
|
|
(Route<dynamic> route) => false,
|
|
|
|
);
|
|
|
|
).then((value) {
|
|
|
|
Navigator.push(context, FadePage(page: InsuranceUpdate()));
|
|
|
|
Navigator.push(context, FadePage(page: InsuranceUpdate()));
|
|
|
|
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
color: Color(0xffEAA118),
|
|
|
|
color: Color(0xffEAA118),
|
|
|
|
textColor: Colors.white,
|
|
|
|
textColor: Colors.white,
|
|
|
|
|